Answers for "npm error [email protected] postinstall: `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

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 "npm error [email protected] postinstall: `node scripts/build.js`"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language