gulp : The streaming build system. You can installing gulp 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 $ sudo npm install -g gulp
If want to update the gulp package execute the command as below,
$ sudo npm update gulp
Update package globally,
$ npm install -g gulp
$ sudo git clone https://github.com/rektide/gulp.git
$ sudo npm install -g ./gulp
gulp@3.9.1 /usr/lib/node_modules/gulp
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gulp
Package Name | gulp |
Version | 3.9.1 |
Description | The streaming build system |
Released Date | 2016-02-08T18:50:16.472Z |
Published by | phated |
How to Learn | https://www.npmjs.com/package/gulp/tutorial |