Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node 13 - yarn install error #5

Open
tmerlet opened this issue May 12, 2020 · 3 comments
Open

Node 13 - yarn install error #5

tmerlet opened this issue May 12, 2020 · 3 comments

Comments

@tmerlet
Copy link

tmerlet commented May 12, 2020

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 馃憤

@aliamk
Copy link

aliamk commented Jun 30, 2020

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.

@bjones256
Copy link

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.

@DanielFalzon
Copy link

DanielFalzon commented Aug 7, 2021

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:

Error: Node Sass version 5.0.0 is incompatible with ^4.0.0

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!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants