es6-map : ECMAScript6 Map polyfill. You can installing es6-map 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-map $ sudo npm install -g es6-map
If want to update the es6-map package execute the command as below,
$ sudo npm update es6-map
Update package globally,
$ npm install -g es6-map
$ sudo git clone https://github.com/rektide/es6-map.git
$ sudo npm install -g ./es6-map
es6-map@0.1.5 /usr/lib/node_modules/es6-map
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall es6-map
Package Name | es6-map |
Version | 0.1.5 |
Description | ECMAScript6 Map polyfill |
Released Date | 2017-03-17T16:25:56.947Z |
Published by | medikoo |
How to Learn | https://www.npmjs.com/package/es6-map/tutorial |