-2
"ERROR in ./src/styles.scss (./node_modules/raw-loader!./node_modules/postcss-loader/lib??embedded!./node_modules/sass-loader/lib/loader.js??ref--14-3!./src/styles.scss)

Module build failed: Error: sass-loader requires node-sass >=4. Please install a compatible version."

  • If you have a `package.json` and `package-lock.json` or `yarn.lock`, please, add the parts regarding `sass-loader` and its dependencies (to see if there is any problem there). – emi Nov 29 '20 at 10:31
  • 2
    Does this answer your question? [Module build failed: Error: \`sass-loader\` requires \`node-sass\` >=4. Please install a compatible version](https://stackoverflow.com/questions/50499253/module-build-failed-error-sass-loader-requires-node-sass-4-please-insta) – emi Nov 29 '20 at 10:32

1 Answers1

1

Install node-sass by running npm i node-sass in your terminal. You should be able to run the other after doing that.