How to Install jenkins NPM Packages on Ubuntu / Debian

How to Install jenkins software package in NPM Packages

jenkins : Jenkins client. You can installing jenkins 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 jenkins
$ sudo npm install -g jenkins

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

$ sudo npm update jenkins

Update package globally,

$ npm install -g jenkins

Git clone:

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

jenkins@0.20.0 /usr/lib/node_modules/jenkins

How to remove jenkins package :

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

$ sudo npm uninstall jenkins

Basic Information of jenkins NPM Package:

Package Name jenkins
Version 0.20.0
Description Jenkins client
Released Date 2016-11-22T04:20:37.686Z
Published by silas
How to Learn https://www.npmjs.com/package/jenkins/tutorial