react-dev-utils : Webpack utilities used by Create React App. You can installing react-dev-utils 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 react-dev-utils $ sudo npm install -g react-dev-utils
If want to update the react-dev-utils package execute the command as below,
$ sudo npm update react-dev-utils
Update package globally,
$ npm install -g react-dev-utils
$ sudo git clone https://github.com/rektide/react-dev-utils.git
$ sudo npm install -g ./react-dev-utils
react-dev-utils@4.2.1 /usr/lib/node_modules/react-dev-utils
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall react-dev-utils
| Package Name | react-dev-utils |
| Version | 4.2.1 |
| Description | Webpack utilities used by Create React App |
| Released Date | 2017-10-31T10:41:25.558Z |
| Published by | gaearon |
| How to Learn | https://www.npmjs.com/package/react-dev-utils/tutorial |