gulp-sass : Gulp plugin for sass. You can installing gulp-sass npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install gulp-sass $ sudo npm install -g gulp-sass
If want to update the gulp-sass package execute the command as below,
$ sudo npm update gulp-sass
Update package globally,
$ npm install -g gulp-sass
$ sudo git clone https://github.com/rektide/gulp-sass.git
$ sudo npm install -g ./gulp-sass
gulp-sass@3.1.0 /usr/lib/node_modules/gulp-sass
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gulp-sass
Package Name | gulp-sass |
Version | 3.1.0 |
Description | Gulp plugin for sass |
Released Date | 2017-01-09T08:18:14.487Z |
Published by | xzyfer |
How to Learn | https://www.npmjs.com/package/gulp-sass/tutorial |