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
The following steps worked for me
npm install -g node-sass@4.5.0 --unsafe-perm=true --allow-root npm cache clean npm install