Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

node sass install error

You need to do next steps and it should work:

rm -rf node_modules package-lock.json 
npm install --saveDev node-sass@4.5.3 
npm install
Voila :)
 
PREVIOUS NEXT
Tagged: #node #sass #install #error
ADD COMMENT
Topic
Name
5+8 =