coffee-script : Unfancy JavaScript. You can installing coffee-script 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 coffee-script $ sudo npm install -g coffee-script
If want to update the coffee-script package execute the command as below,
$ sudo npm update coffee-script
Update package globally,
$ npm install -g coffee-script
$ sudo git clone https://github.com/rektide/coffee-script.git
$ sudo npm install -g ./coffee-script
coffee-script@1.12.7 /usr/lib/node_modules/coffee-script
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall coffee-script
Package Name | coffee-script |
Version | 1.12.7 |
Description | Unfancy JavaScript |
Released Date | 2017-07-17T06:55:16.236Z |
Published by | geoffreybooth |
How to Learn | https://www.npmjs.com/package/coffee-script/tutorial |