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
rolling back to node v10.17.0 fixed the problem to me.
v10.17.0
You can use nvm to do so:
https://github.com/nvm-sh/nvm
> nvm install 10.17.0 > nvm use 10.17.0 > node -v 10.17.0