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
$ 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
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall core-js
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 |