aurelia-loader : An abstract module which specifies an interface for loading modules and view templates.. You can installing aurelia-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 aurelia-loader $ sudo npm install -g aurelia-loader
If want to update the aurelia-loader package execute the command as below,
$ sudo npm update aurelia-loader
Update package globally,
$ npm install -g aurelia-loader
$ sudo git clone https://github.com/rektide/aurelia-loader.git
$ sudo npm install -g ./aurelia-loader
aurelia-loader@1.0.0 /usr/lib/node_modules/aurelia-loader
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall aurelia-loader
Package Name | aurelia-loader |
Version | 1.0.0 |
Description | An abstract module which specifies an interface for loading modules and view templates. |
Released Date | 2016-07-27T15:07:12.700Z |
Published by | aureliaeffect |
How to Learn | https://www.npmjs.com/package/aurelia-loader/tutorial |