Answers for "failed at the [email protected] postinstall script this is probably not a problem with npm"

4

Failed at the [email protected] postinstall script.

rm -rf package-lock.json node_modules
npm cache clean --force
npm i --unsafe-perm node-sass
Posted by: Guest on June-07-2020
1

Failed at the [email protected] postinstall script.

sudo npm install node-sass --save-dev --unsafe-perm=true
Posted by: Guest on March-11-2020

Code answers related to "failed at the [email protected] postinstall script this is probably not a problem with npm"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language