gulp-stylelint : Gulp plugin for running Stylelint results through various reporters.. You can installing gulp-stylelint 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-stylelint $ sudo npm install -g gulp-stylelint
If want to update the gulp-stylelint package execute the command as below,
$ sudo npm update gulp-stylelint
Update package globally,
$ npm install -g gulp-stylelint
$ sudo git clone https://github.com/rektide/gulp-stylelint.git
$ sudo npm install -g ./gulp-stylelint
gulp-stylelint@5.0.0 /usr/lib/node_modules/gulp-stylelint
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gulp-stylelint
Package Name | gulp-stylelint |
Version | 5.0.0 |
Description | Gulp plugin for running Stylelint results through various reporters. |
Released Date | 2017-08-31T13:01:22.214Z |
Published by | olegskl |
How to Learn | https://www.npmjs.com/package/gulp-stylelint/tutorial |