Asking to Install sass instead of node-sass
See original GitHub issueLocally and in documentation it says to yarn add sass, but it should be yarn add node-sass
https://github.com/zeit/next.js/blob/master/errors/install-sass.md
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:11 (6 by maintainers)
Top Results From Across the Web
Asking to Install sass instead of node-sass #12263 - GitHub
We're intentionally suggesting sass and not node-sass , as it has more features, is faster to install, and typically faster to compile. 1...
Read more >sass-loader require("node-sass")); but I installed sass
You can set the implementation of sass-loader in your package.json so it will use value of options.implementation instead of require("node-sass") :
Read more >node-sass: Binding for Node.js to LibSass - KnowledgeHut
Node sass is a library that allows binding for Node.js to LibSass, the C version of Sass's stylesheet preprocessor. It compiles .scss files ......
Read more >sass loader node sass compatible version - You.com - You.com
I encounter this problem today, and find the the link is very helpful. ... You need to run npm rebuild (or npm rb...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I’m having the same issue if I remove node-sass. I’m using Bulma.io FE framework and I think it requires node-sass.
I can report the exact same behavior. You can check out the repo here. Was pulling my hair out for a while until I stumbled upon this post. Installing
node-sassinstead ofsassmade everything work. For the record, mynext.config.jsfile contains the following: