font-awesome : The iconic font and CSS framework. You can installing font-awesome 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 font-awesome $ sudo npm install -g font-awesome
If want to update the font-awesome package execute the command as below,
$ sudo npm update font-awesome
Update package globally,
$ npm install -g font-awesome
$ sudo git clone https://github.com/rektide/font-awesome.git
$ sudo npm install -g ./font-awesome
font-awesome@4.7.0 /usr/lib/node_modules/font-awesome
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall font-awesome
Package Name | font-awesome |
Version | 4.7.0 |
Description | The iconic font and CSS framework |
Released Date | 2016-10-24T21:33:40.511Z |
Published by | juliankrispel |
How to Learn | https://www.npmjs.com/package/font-awesome/tutorial |