Skip to content
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.

Commit

Permalink
npm install gulp-sass error
Browse files Browse the repository at this point in the history
Many of us have tried running `npm install` and every time we do the gulp-sass fails to build and we get a serve error when we run `gulp serve` so running 
```
npm uninstall --save-dev gulp-sass
npm install --save-dev gulp-sass@2
```
Fixed the problems. Instead of people needing to search for the solution thought we would fix the bug by changing the gulp-sass version.
  • Loading branch information
bryanj4 committed Dec 21, 2015
1 parent fe319e4 commit 9c75dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"gulp-load-plugins": "^0.8.0",
"gulp-minify-html": "^0.1.8",
"gulp-replace": "^0.5.0",
"gulp-sass": "^1.2.2",
"gulp-sass": "^2.1.1",
"gulp-size": "^1.0.0",
"gulp-uglify": "^1.0.1",
"gulp-uncss": "^0.5.2",
Expand Down

0 comments on commit 9c75dca

Please sign in to comment.