es6-shim : ECMAScript 6 (Harmony) compatibility shims for legacy JavaScript engines. You can installing es6-shim 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-shim $ sudo npm install -g es6-shim
If want to update the es6-shim package execute the command as below,
$ sudo npm update es6-shim
Update package globally,
$ npm install -g es6-shim
$ sudo git clone https://github.com/rektide/es6-shim.git
$ sudo npm install -g ./es6-shim
es6-shim@0.35.3 /usr/lib/node_modules/es6-shim
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall es6-shim
Package Name | es6-shim |
Version | 0.35.3 |
Description | ECMAScript 6 (Harmony) compatibility shims for legacy JavaScript engines |
Released Date | 2017-01-24T06:49:48.020Z |
Published by | ljharb |
How to Learn | https://www.npmjs.com/package/es6-shim/tutorial |