-
-
Notifications
You must be signed in to change notification settings - Fork 431
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
Comments
Fixed |
when is it gonna be released? |
Already 😄 |
i mean on npm :) |
Already on npm 😄 |
ok, i was too fast, yes now i can see, thanks so much! |
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)
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)
The curent version of sass-loader doesn't support node-sass version 5. webpack-contrib/sass-loader#898 (cherry picked from commit 6717d18)
Error: Node Sass version 5.0.0 is incompatible with ^4.0.0. how do I fixed this please? |
I had the same issue, and realized that my error was flagging a global |
Simple
sass-loader
does not allow to use higher versions, it has to be v4 only.The text was updated successfully, but these errors were encountered: