Make missing sass-loader a friendlier message
See original GitHub issueModule build failed: Error: `sass-loader` requires `node-sass` >=4. Please install a compatible version.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Error compiling .scss file #69 - webpack-contrib/sass-loader
I am trying to compile .scss files using this loader. I am getting the error below when I invoke webpack command: Hash: 471ab211129c4252e031...
Read more >node-sass and sass-loader - Module build failed: TypeError ...
I am simply trying to follow a tutorial which tells me to install both node-sass and sass-loader. When I do I get the...
Read more >Using SASS on your PCF Project - Power Platform Community
In continuous of the last post that I wrote about using Python inside our Power Apps Component Framework. I this post I'll show...
Read more >Webpack 5 release (2020-10-10)
This release focus on the following: Improve build performance with Persistent Caching. Improve Long Term Caching with better algorithms and ...
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 FreeTop 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
Top GitHub Comments
No, it’s by design. You need to explicitly install
node-sass
as a dependency if you want to use it. Because we don’t want to add a binary dep like this by default (they often cause problems).The fact that this wasn’t obvious from the message means it needs work.
Resolved by https://github.com/facebook/create-react-app/pull/4514