You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, in case someone is still interested, this is node version issue. I tried V18 didn't work then tried V14 and it seems to working fine. Then I found out that it's stated in the readme that they use V16 or greater which I assume V18 wouldn't have been out yet and didn't break their code yet.
Anyway, just use V16.
Edit: The exact versions stated does not work in fact, but V14 works...
Environment info:
node
version (node --version
): v16.20.0npm
version (npm --version
): 8.19.4yarn
version (yarn --version
): 1.22.19I'm using a mac with chip Apple M2 Max and macOS Ventura 13.0.
Problem description:
I was trying to install the app from the
fem-2018
branch, as this seemed to reflect the code that was used on the course in https://frontendmasters.com/courses/testing-practices-principles/.However, the command
npm run setup --silent
failed with the message:Based on this message, I tried to install
concurrently
https://www.npmjs.com/package/concurrently by doingnpm i concurrently
but it failed with the message:Then I followed the Troubleshooting section instructions, but no luck there.
In detail, the verify script run successfully with the output:
However, the
npm install
command failed with the following message:It seems like it's the same message as above. Not sure how to proceed from here, any advice will be greatly appreciated!
The text was updated successfully, but these errors were encountered: