react-fa : Font Awesome icons as React components. You can installing react-fa 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-fa $ sudo npm install -g react-fa
If want to update the react-fa package execute the command as below,
$ sudo npm update react-fa
Update package globally,
$ npm install -g react-fa
$ sudo git clone https://github.com/rektide/react-fa.git
$ sudo npm install -g ./react-fa
react-fa@5.0.0 /usr/lib/node_modules/react-fa
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall react-fa
| Package Name | react-fa |
| Version | 5.0.0 |
| Description | Font Awesome icons as React components |
| Released Date | 2017-10-03T07:43:27.601Z |
| Published by | andreypopp |
| How to Learn | https://www.npmjs.com/package/react-fa/tutorial |