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
After uninstalling node-sass try cleaning your npm cache. After that try installing node-sass again.
npm cache clean && npm install node-sass