We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm install command fails and i receive this error.
npm ERR! [email protected] postinstall: node scripts/build.js npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the [email protected] postinstall script.
node scripts/build.js
The text was updated successfully, but these errors were encountered:
try this it works for me npm install node-sass npm install --ignore-scripts bower install npm install
npm install node-sass
npm install --ignore-scripts
bower install
npm install
or this npm install node-sass@latest
npm install node-sass@latest
Sorry, something went wrong.
No branches or pull requests
npm install command fails and i receive this error.
npm ERR! [email protected] postinstall:
node scripts/build.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] postinstall script.
The text was updated successfully, but these errors were encountered: