airbnb-prop-types : Custom React PropType validators that we use at Airbnb.. You can installing airbnb-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 airbnb-prop-types $ sudo npm install -g airbnb-prop-types
If want to update the airbnb-prop-types package execute the command as below,
$ sudo npm update airbnb-prop-types
Update package globally,
$ npm install -g airbnb-prop-types
$ sudo git clone https://github.com/rektide/airbnb-prop-types.git
$ sudo npm install -g ./airbnb-prop-types
airbnb-prop-types@2.8.1 /usr/lib/node_modules/airbnb-prop-types
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall airbnb-prop-types
Package Name | airbnb-prop-types |
Version | 2.8.1 |
Description | Custom React PropType validators that we use at Airbnb. |
Released Date | 2017-08-10T04:57:37.116Z |
Published by | ljharb |
How to Learn | https://www.npmjs.com/package/airbnb-prop-types/tutorial |