question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Make missing sass-loader a friendlier message

See original GitHub issue
Module build failed: Error: `sass-loader` requires `node-sass` >=4. Please install a compatible version.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
gaearoncommented, May 22, 2018

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.

0reactions
Timercommented, May 24, 2018
Read more comments on GitHub >

github_iconTop 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 >
sass-loader | Yarn - Package Manager
Fast, reliable, and secure dependency management.
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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found