node-sass 4.1.1 error 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 :)