babel-plugin-external-helpers : This plugin contains helper functions that?ll be placed at the top of the generated code. You can installing babel-plugin-external-helpers 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-plugin-external-helpers $ sudo npm install -g babel-plugin-external-helpers
If want to update the babel-plugin-external-helpers package execute the command as below,
$ sudo npm update babel-plugin-external-helpers
Update package globally,
$ npm install -g babel-plugin-external-helpers
$ sudo git clone https://github.com/rektide/babel-plugin-external-helpers.git
$ sudo npm install -g ./babel-plugin-external-helpers
babel-plugin-external-helpers@6.22.0 /usr/lib/node_modules/babel-plugin-external-helpers
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall babel-plugin-external-helpers
Package Name | babel-plugin-external-helpers |
Version | 6.22.0 |
Description | This plugin contains helper functions that?ll be placed at the top of the generated code |
Released Date | 2017-01-20T00:33:42.657Z |
Published by | hzoo |
How to Learn | https://www.npmjs.com/package/babel-plugin-external-helpers/tutorial |