Answers for "npm err code 1 node-sass"

1

node sass install error

You need to do next steps and it should work:

rm -rf node_modules package-lock.json 
npm install --saveDev [email protected] 
npm install
Voila :)
Posted by: Guest on March-18-2021
0

node sass error

npm install --global windows-build-tools //BOOM!
Posted by: Guest on August-09-2021
0

npm ERR! path node_modules/node-sass

sudo npm install --unsafe-perm -g node-sass
Posted by: Guest on November-11-2021

Code answers related to "npm err code 1 node-sass"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language