How to Install font-awesome NPM Packages on Ubuntu / Debian

How to Install font-awesome software package in NPM Packages

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

Git clone:

$ 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

How to remove font-awesome package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall font-awesome

Basic Information of font-awesome NPM Package:

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