I\'m trying to do npm install and an error appears :
npm install
Failed at the node-sass@4.5.0 postinstall script.
I tried to delete no
no
Solved this by force installing node-sass locally: npm install -f node-sass
I was pretty sure I knew what I was doing... this