es6-collections : ES6 Harmony like collections such Map, WeakMap, and Set. You can installing es6-collections 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-collections $ sudo npm install -g es6-collections
If want to update the es6-collections package execute the command as below,
$ sudo npm update es6-collections
Update package globally,
$ npm install -g es6-collections
$ sudo git clone https://github.com/rektide/es6-collections.git
$ sudo npm install -g ./es6-collections
es6-collections@0.5.6 /usr/lib/node_modules/es6-collections
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall es6-collections
Package Name | es6-collections |
Version | 0.5.6 |
Description | ES6 Harmony like collections such Map, WeakMap, and Set |
Released Date | 2016-03-10T10:51:38.162Z |
Published by | webreflection |
How to Learn | https://www.npmjs.com/package/es6-collections/tutorial |