How to Install faye NPM Packages on Ubuntu / Debian

How to Install faye software package in NPM Packages

faye : Simple pub/sub messaging for the web. You can installing faye 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 faye
$ sudo npm install -g faye

If want to update the faye package execute the command as below,

$ sudo npm update faye

Update package globally,

$ npm install -g faye

Git clone:

$ sudo  git clone https://github.com/rektide/faye.git
$ sudo  npm install -g ./faye

faye@1.2.4 /usr/lib/node_modules/faye

How to remove faye package :

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

$ sudo npm uninstall faye

Basic Information of faye NPM Package:

Package Name faye
Version 1.2.4
Description Simple pub/sub messaging for the web
Released Date 2017-01-28T16:30:03.150Z
Published by jcoglan
How to Learn https://www.npmjs.com/package/faye/tutorial