m ERR! code ELIFECYCLE 46npm ERR! errno 1 47npm ERR! [email protected] install: `node scripts/install.js` 48npm ERR! Exit status 1 code example
Example 1: Failed at the [email protected] postinstall script.
rm -rf package-lock.json node_modules
npm cache clean --force
npm i --unsafe-perm node-sass
Example 2: Failed at the [email protected] postinstall script.
sudo npm install node-sass --save-dev --unsafe-perm=true