I was getting an error
Module build failed: Error: `sass-loader` requires `node-sass` >=4. Please install a compatible version.
The solution which works is:
- Remove the
node-sassfrom globalnpm-cache(For Windows users%userprofile%\AppData\Roaming\npm-cache) - Remove
node-sassfrom your project'snode_modulesdir - Do
npm installto reinstall node-sass
No comments:
Post a Comment