react-prop-types : Additional PropTypes for React. You can installing react-prop-types 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-prop-types $ sudo npm install -g react-prop-types
If want to update the react-prop-types package execute the command as below,
$ sudo npm update react-prop-types
Update package globally,
$ npm install -g react-prop-types
$ sudo git clone https://github.com/rektide/react-prop-types.git
$ sudo npm install -g ./react-prop-types
react-prop-types@0.4.0 /usr/lib/node_modules/react-prop-types
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall react-prop-types
| Package Name | react-prop-types |
| Version | 0.4.0 |
| Description | Additional PropTypes for React |
| Released Date | 2016-07-29T21:52:00.798Z |
| Published by | taion |
| How to Learn | https://www.npmjs.com/package/react-prop-types/tutorial |