react-inspector : Power of Browser DevTools inspectors right inside your React app. You can installing react-inspector 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-inspector $ sudo npm install -g react-inspector
If want to update the react-inspector package execute the command as below,
$ sudo npm update react-inspector
Update package globally,
$ npm install -g react-inspector
$ sudo git clone https://github.com/rektide/react-inspector.git
$ sudo npm install -g ./react-inspector
react-inspector@2.2.1 /usr/lib/node_modules/react-inspector
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall react-inspector
| Package Name | react-inspector |
| Version | 2.2.1 |
| Description | Power of Browser DevTools inspectors right inside your React app |
| Released Date | 2017-10-31T16:36:03.665Z |
| Published by | ndelangen |
| How to Learn | https://www.npmjs.com/package/react-inspector/tutorial |