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