-
Notifications
You must be signed in to change notification settings - Fork 381
Update to the latest Gulp Sass
Sam Richard edited this page May 7, 2015
·
2 revisions
To upgrade to the latest gulp-sass
, please do the following steps:
- Delete your
node_modules
folder - Remove
gulp-sass
from yourpackage.json
file - Remove
node-sass
from yourpackage.json
file (if you have it in there) - Run
npm install gulp-sass --save-dev
- Update your Gulp task as required
If you have installation issues, please search the Node Sass Issue Queue for similar installation issues and, if you can't find it, file an issue with your version of Node, NPM, and your operating system with Node Sass