How to Install restify NPM Packages on Ubuntu / Debian

How to Install restify software package in NPM Packages

restify : REST framework. You can installing restify 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 restify
$ sudo npm install -g restify

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

$ sudo npm update restify

Update package globally,

$ npm install -g restify

Git clone:

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

restify@6.3.4 /usr/lib/node_modules/restify

How to remove restify package :

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

$ sudo npm uninstall restify

Basic Information of restify NPM Package:

Package Name restify
Version 6.3.4
Description REST framework
Released Date 2017-11-21T07:07:02.513Z
Published by hekike
How to Learn https://www.npmjs.com/package/restify/tutorial