Answers for "failed at the [email protected] postinstall script 'node scripts/build.js'"

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 "failed at the [email protected] postinstall script 'node scripts/build.js'"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language