grunt-contrib-coffee : Compile CoffeeScript files to JavaScript. You can installing grunt-contrib-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 grunt-contrib-coffee $ sudo npm install -g grunt-contrib-coffee
If want to update the grunt-contrib-coffee package execute the command as below,
$ sudo npm update grunt-contrib-coffee
Update package globally,
$ npm install -g grunt-contrib-coffee
$ sudo git clone https://github.com/rektide/grunt-contrib-coffee.git
$ sudo npm install -g ./grunt-contrib-coffee
grunt-contrib-coffee@2.0.0 /usr/lib/node_modules/grunt-contrib-coffee
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall grunt-contrib-coffee
Package Name | grunt-contrib-coffee |
Version | 2.0.0 |
Description | Compile CoffeeScript files to JavaScript |
Released Date | 2017-10-31T15:48:23.180Z |
Published by | vladikoff |
How to Learn | https://www.npmjs.com/package/grunt-contrib-coffee/tutorial |