-
Notifications
You must be signed in to change notification settings - Fork 355
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Node 13 - yarn install error #5
Comments
Thanks for mentioning this... I had the same issue and followed your example after trying alternative solutions for half a day. Downgraded from Node v14 to v12 to get it to work. |
I copied the dependencies from the package.json in my original app and everything appears to be working. Not sure which was breaking but I was afraid to downgrade node and break a bunch of working apps. |
Running on node v16.5.0, doing this gave me the following error:
Node versions can be changed easily using NVM (Node Version Manager). This allows you to easily switch node versions to ensure that other projects don't break. Quick thing to note is that this will only change the version relative to the terminal window you're in. So if you like switching between terminal/cmd prompt and an IDE terminal you have to use the 'nvm use' command in both places. Using node 12.22.4 worked for me. Please update this project!! |
I tried to install this lesson using node 13.13.0 but it failed. downgraded to 12 lts and it worked. Either code needs to be updated to work on 13 or the necessary node version should be included in the docs 👍
The text was updated successfully, but these errors were encountered: