I'm encountering an error specifically when trying to install gulp-sass. Other modules, like gulp-livereload, install without any issues. I'm currently using npm version 6.0.0. Below is the relevant section in my package.json:
"devDependencies": {
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.2",
"gulp-imagemin": "^2.3.0",
"gulp-livereload": "^3.8.0",
"gulp-sass": "^3.0.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglifyjs": "^0.6.2",
"imagemin-pngquant": "^4.2.0"
}
The only module giving me trouble is gulp-sass. Here is the specific error message it throws:
gyp info it worked if it ends with ok
(gyp error messages follow)...
npm ERR! code ELIFECYCLE
npm ERR! errno 1
(npm error messages follow)...