babel-plugin-syntax-jsx : Allow parsing of jsx. You can installing babel-plugin-syntax-jsx 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-syntax-jsx $ sudo npm install -g babel-plugin-syntax-jsx
If want to update the babel-plugin-syntax-jsx package execute the command as below,
$ sudo npm update babel-plugin-syntax-jsx
Update package globally,
$ npm install -g babel-plugin-syntax-jsx
$ sudo git clone https://github.com/rektide/babel-plugin-syntax-jsx.git
$ sudo npm install -g ./babel-plugin-syntax-jsx
babel-plugin-syntax-jsx@6.18.0 /usr/lib/node_modules/babel-plugin-syntax-jsx
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall babel-plugin-syntax-jsx
Package Name | babel-plugin-syntax-jsx |
Version | 6.18.0 |
Description | Allow parsing of jsx |
Released Date | 2016-10-24T21:18:58.370Z |
Published by | hzoo |
How to Learn | https://www.npmjs.com/package/babel-plugin-syntax-jsx/tutorial |