-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
npm update fails in CRA app after node-sass #10749
Comments
I've got the same issue, did anyone find a fix? |
This is an issue in npm version 7+. @petersowa and @SirPryderi. You will need to downgrade your npm versions to the stable 6.14.11 Solution: |
For a workaround I switched to yarn. |
Brilliant move @petersowa. Yarn is better than npm in numerous things |
Closing as this appears to be an NPM issue. |
Possibly npm/cli#2999 |
Work with npm version 7.8.0 |
I am having this issue with npm 7.8.0 |
I add in my |
Updated to the newest version of NPM and added npm install --save-dev @babel/core. No more update fails with node-sass. |
thanks a lot, this helped me |
Solution from @paramore2k Worked, thanks |
i'm having the issue with the npm ..(latest version of the npm is : 7.16.0 |
@pavantanniru try using latest node 14.17.1 |
I had NPM version 7.20.0. Downgrading to 5.14.11 works like a magic. Thanks. |
Describe the bug
After the install of node-sass in a newly create CRA app, npm update fails with below error.
Did you try recovering your dependencies?
Yes, cleared npm cache and setup new project.
Environment
Steps to reproduce
The text was updated successfully, but these errors were encountered: