babel-plugin-transform-react-i : Turn JSX elements into exploded React objects. You can installing babel-plugin-transform-react-i 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-react-i $ sudo npm install -g babel-plugin-transform-react-i
If want to update the babel-plugin-transform-react-i package execute the command as below,
$ sudo npm update babel-plugin-transform-react-i
Update package globally,
$ npm install -g babel-plugin-transform-react-i
$ sudo git clone https://github.com/rektide/babel-plugin-transform-react-i.git
$ sudo npm install -g ./babel-plugin-transform-react-i
babel-plugin-transform-react-i@6.22.0 /usr/lib/node_modules/babel-plugin-transform-react-i
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall babel-plugin-transform-react-i
Package Name | babel-plugin-transform-react-i |
Version | 6.22.0 |
Description | Turn JSX elements into exploded React objects |
Released Date | 2017-01-20T00:34:14.210Z |
Published by | hzoo |
How to Learn | https://www.npmjs.com/package/babel-plugin-transform-react-i/tutorial |