Cannot find module 'node-sass'
sudo npm install --save-dev --unsafe-perm node-sass
Cannot find module 'node-sass'
sudo npm install --save-dev --unsafe-perm node-sass
Error: Cannot find module 'node-sass'
If you want to use scss/sass in your react app try to do this :
First remove node-sass:
yarn remove node-sass
if you use npm:
npm uninstall node-sass
Then install sass instead of node-sass:
yarn add -D sass
or
npm i -D sass
Finally your scss/sass files will be correctly compiled !
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us