Answers for "npm install: failed at the [email protected] postinstall script"

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

npm ERR! [email protected] postinstall: `node scripts/build.js`

sudo rm -rf package-lock.json node_modules
sudo npm cache clean --force
sudo npm i --unsafe-perm node-sass
Posted by: Guest on October-18-2021

Code answers related to "npm install: failed at the [email protected] postinstall script"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language