Answers for "linux cannot install node-sass 4.1"

CSS
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
3

Install Node Sass/Scss

npm i node-sass
Posted by: Guest on January-22-2021

Browse Popular Code Answers by Language