babel-preset-react-app : Babel preset used by Create React App. You can installing babel-preset-react-app 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-preset-react-app $ sudo npm install -g babel-preset-react-app
If want to update the babel-preset-react-app package execute the command as below,
$ sudo npm update babel-preset-react-app
Update package globally,
$ npm install -g babel-preset-react-app
$ sudo git clone https://github.com/rektide/babel-preset-react-app.git
$ sudo npm install -g ./babel-preset-react-app
babel-preset-react-app@3.1.0 /usr/lib/node_modules/babel-preset-react-app
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall babel-preset-react-app
Package Name | babel-preset-react-app |
Version | 3.1.0 |
Description | Babel preset used by Create React App |
Released Date | 2017-10-30T21:48:36.029Z |
Published by | gaearon |
How to Learn | https://www.npmjs.com/package/babel-preset-react-app/tutorial |