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
Uninstall current npm and install lower versions, it is a common error if version didn't match, downgrading node/npm will mostly fix this kind of issues
npm install -g npm@4.6.1