gulp-scss-lint : Validate `.scss` files with `scss-lint`. You can installing gulp-scss-lint 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-scss-lint $ sudo npm install -g gulp-scss-lint
If want to update the gulp-scss-lint package execute the command as below,
$ sudo npm update gulp-scss-lint
Update package globally,
$ npm install -g gulp-scss-lint
$ sudo git clone https://github.com/rektide/gulp-scss-lint.git
$ sudo npm install -g ./gulp-scss-lint
gulp-scss-lint@0.5.0 /usr/lib/node_modules/gulp-scss-lint
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gulp-scss-lint
Package Name | gulp-scss-lint |
Version | 0.5.0 |
Description | Validate `.scss` files with `scss-lint` |
Released Date | 2017-07-17T20:36:58.871Z |
Published by | juanfran |
How to Learn | https://www.npmjs.com/package/gulp-scss-lint/tutorial |