babel-polyfill : Provides polyfills necessary for a full ES2015+ environment. You can installing babel-polyfill 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 babel-polyfill $ sudo npm install -g babel-polyfill
If want to update the babel-polyfill package execute the command as below,
$ sudo npm update babel-polyfill
Update package globally,
$ npm install -g babel-polyfill
$ sudo git clone https://github.com/rektide/babel-polyfill.git
$ sudo npm install -g ./babel-polyfill
babel-polyfill@6.26.0 /usr/lib/node_modules/babel-polyfill
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall babel-polyfill
Package Name | babel-polyfill |
Version | 6.26.0 |
Description | Provides polyfills necessary for a full ES2015+ environment |
Released Date | 2017-08-16T15:54:12.145Z |
Published by | hzoo |
How to Learn | https://www.npmjs.com/package/babel-polyfill/tutorial |