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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

node-sass is released v5 => throw new Error(Node Sass version ${version} is incompatible with ^4.0.0.); #898

Closed
p3x-robot opened this issue Oct 31, 2020 · 9 comments

Comments

@p3x-robot
Copy link

Simple sass-loader does not allow to use higher versions, it has to be v4 only.

@alexander-akait
Copy link
Member

Fixed

@p3x-robot
Copy link
Author

p3x-robot commented Nov 2, 2020

when is it gonna be released?

@alexander-akait
Copy link
Member

@alexander-akait
Copy link
Member

Already 😄

@p3x-robot
Copy link
Author

i mean on npm :)

@alexander-akait
Copy link
Member

Already on npm 😄

@p3x-robot
Copy link
Author

ok, i was too fast, yes now i can see, thanks so much!

filipesilva pushed a commit to angular/angular-cli that referenced this issue Nov 2, 2020
The curent version of sass-loader doesn't support node-sass version 5.

webpack-contrib/sass-loader#898
(cherry picked from commit 6717d18)
(cherry picked from commit c4e8c71)
filipesilva pushed a commit to angular/angular-cli that referenced this issue Nov 2, 2020
The curent version of sass-loader doesn't support node-sass version 5.

webpack-contrib/sass-loader#898
(cherry picked from commit 6717d18)
(cherry picked from commit c4e8c71)
filipesilva pushed a commit to angular/angular-cli that referenced this issue Nov 2, 2020
The curent version of sass-loader doesn't support node-sass version 5.

webpack-contrib/sass-loader#898
(cherry picked from commit 6717d18)
@AhmadSalihu
Copy link

Error: Node Sass version 5.0.0 is incompatible with ^4.0.0.

how do I fixed this please?

@efrymire
Copy link

I had the same issue, and realized that my error was flagging a global node-sass version installed in my root, rather than the version in the project. Uninstalling it globally didn't work, so I deleted node_modules in my root, and that finally did it.

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