babel-plugin-transform-es3-pro : Ensure that reserved words are quoted in object property keys. You can installing babel-plugin-transform-es3-pro 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-es3-pro $ sudo npm install -g babel-plugin-transform-es3-pro
If want to update the babel-plugin-transform-es3-pro package execute the command as below,
$ sudo npm update babel-plugin-transform-es3-pro
Update package globally,
$ npm install -g babel-plugin-transform-es3-pro
$ sudo git clone https://github.com/rektide/babel-plugin-transform-es3-pro.git
$ sudo npm install -g ./babel-plugin-transform-es3-pro
babel-plugin-transform-es3-pro@6.22.0 /usr/lib/node_modules/babel-plugin-transform-es3-pro
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall babel-plugin-transform-es3-pro
Package Name | babel-plugin-transform-es3-pro |
Version | 6.22.0 |
Description | Ensure that reserved words are quoted in object property keys |
Released Date | 2017-01-20T00:34:06.448Z |
Published by | hzoo |
How to Learn | https://www.npmjs.com/package/babel-plugin-transform-es3-pro/tutorial |