babel-plugin-react-html-attrs : Babel plugin which transforms HTML attributes in JSX to their React equivalents. You can installing babel-plugin-react-html-attrs 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-react-html-attrs $ sudo npm install -g babel-plugin-react-html-attrs
If want to update the babel-plugin-react-html-attrs package execute the command as below,
$ sudo npm update babel-plugin-react-html-attrs
Update package globally,
$ npm install -g babel-plugin-react-html-attrs
$ sudo git clone https://github.com/rektide/babel-plugin-react-html-attrs.git
$ sudo npm install -g ./babel-plugin-react-html-attrs
babel-plugin-react-html-attrs@2.1.0 /usr/lib/node_modules/babel-plugin-react-html-attrs
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall babel-plugin-react-html-attrs
Package Name | babel-plugin-react-html-attrs |
Version | 2.1.0 |
Description | Babel plugin which transforms HTML attributes in JSX to their React equivalents |
Released Date | 2017-11-22T23:53:29.507Z |
Published by | insin |
How to Learn | https://www.npmjs.com/package/babel-plugin-react-html-attrs/tutorial |