How to Install hapi NPM Packages on Ubuntu / Debian

How to Install hapi software package in NPM Packages

hapi : HTTP Server framework. You can installing hapi 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 hapi
$ sudo npm install -g hapi

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

$ sudo npm update hapi

Update package globally,

$ npm install -g hapi

Git clone:

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

hapi@17.1.1 /usr/lib/node_modules/hapi

How to remove hapi package :

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

$ sudo npm uninstall hapi

Basic Information of hapi NPM Package:

Package Name hapi
Version 17.1.1
Description HTTP Server framework
Released Date 2017-11-23T19:08:46.976Z
Published by hueniverse
How to Learn https://www.npmjs.com/package/hapi/tutorial