gulp-coffee : Compile CoffeeScript files. You can installing gulp-coffee 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-coffee $ sudo npm install -g gulp-coffee
If want to update the gulp-coffee package execute the command as below,
$ sudo npm update gulp-coffee
Update package globally,
$ npm install -g gulp-coffee
$ sudo git clone https://github.com/rektide/gulp-coffee.git
$ sudo npm install -g ./gulp-coffee
gulp-coffee@2.3.4 /usr/lib/node_modules/gulp-coffee
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gulp-coffee
Package Name | gulp-coffee |
Version | 2.3.4 |
Description | Compile CoffeeScript files |
Released Date | 2017-03-06T23:16:19.694Z |
Published by | contra |
How to Learn | https://www.npmjs.com/package/gulp-coffee/tutorial |