coffee-loader : coffee loader module for webpack. You can installing coffee-loader 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-loader $ sudo npm install -g coffee-loader
If want to update the coffee-loader package execute the command as below,
$ sudo npm update coffee-loader
Update package globally,
$ npm install -g coffee-loader
$ sudo git clone https://github.com/rektide/coffee-loader.git
$ sudo npm install -g ./coffee-loader
coffee-loader@0.9.0 /usr/lib/node_modules/coffee-loader
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall coffee-loader
Package Name | coffee-loader |
Version | 0.9.0 |
Description | coffee loader module for webpack |
Released Date | 2017-10-25T04:14:43.745Z |
Published by | d3viant0ne |
How to Learn | https://www.npmjs.com/package/coffee-loader/tutorial |