Failed at the node-sass@3.13.1 postinstall script
September 17, 2018
I'm constantly getting this error when running 'gulp' 'npm install gulp':
Failed at the node-sass@3.13.1 postinstall script
This command fixes it every time:
npm install node-sass@latest
If that doesn't work, take the next steps:
Delete the package-lock.json file.
Remove gulp-sass from package.json.
Reinstall gulp-sass:
npm install gulp-sass --save-dev
Comments
The second solution worked
The second solution worked for me!!!! Thank you!
What if there is no gulp-sass
What if there is no gulp-sass file in the package.json?
Add new comment