es6-module-loader : An ES6 Module Loader shim. You can installing es6-module-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 es6-module-loader $ sudo npm install -g es6-module-loader
If want to update the es6-module-loader package execute the command as below,
$ sudo npm update es6-module-loader
Update package globally,
$ npm install -g es6-module-loader
$ sudo git clone https://github.com/rektide/es6-module-loader.git
$ sudo npm install -g ./es6-module-loader
es6-module-loader@0.17.11 /usr/lib/node_modules/es6-module-loader
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall es6-module-loader
Package Name | es6-module-loader |
Version | 0.17.11 |
Description | An ES6 Module Loader shim |
Released Date | 2016-02-10T14:06:05.274Z |
Published by | guybedford |
How to Learn | https://www.npmjs.com/package/es6-module-loader/tutorial |