How to Install core-js NPM Packages on Ubuntu / Debian

How to Install core-js software package in NPM Packages

core-js : Standard library. You can installing core-js 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 core-js
$ sudo npm install -g core-js

If want to update the core-js package execute the command as below,

$ sudo npm update core-js

Update package globally,

$ npm install -g core-js

Git clone:

$ sudo  git clone https://github.com/rektide/core-js.git
$ sudo  npm install -g ./core-js

core-js@2.5.1 /usr/lib/node_modules/core-js

How to remove core-js package :

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

$ sudo npm uninstall core-js

Basic Information of core-js NPM Package:

Package Name core-js
Version 2.5.1
Description Standard library
Released Date 2017-08-31T17:52:58.344Z
Published by zloirock
How to Learn https://www.npmjs.com/package/core-js/tutorial