Published
- 1 min read
node sass install error
The solution for this is noted below
node sass install error
Solution
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 :)
Try other methods by searching on the site. That is if this doesn’t work