How to Install es5-shim NPM Packages on Ubuntu / Debian

How to Install es5-shim software package in NPM Packages

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

Git clone:

$ 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

How to remove es5-shim package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall es5-shim

Basic Information of es5-shim NPM Package:

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