es5-shim : ECMAScript 5 compatibility shims for legacy JavaScript engines. You can installing es5-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 es5-shim $ sudo npm install -g es5-shim
If want to update the es5-shim package execute the command as below,
$ sudo npm update es5-shim
Update package globally,
$ npm install -g es5-shim
$ sudo git clone https://github.com/rektide/es5-shim.git
$ sudo npm install -g ./es5-shim
es5-shim@4.5.9 /usr/lib/node_modules/es5-shim
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall es5-shim
Package Name | es5-shim |
Version | 4.5.9 |
Description | ECMAScript 5 compatibility shims for legacy JavaScript engines |
Released Date | 2016-06-13T18:02:46.101Z |
Published by | ljharb |
How to Learn | https://www.npmjs.com/package/es5-shim/tutorial |