npm install node-sass command failed code example
Example: 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 :)
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 :)