How to Install jira NPM Packages on Ubuntu / Debian

How to Install jira software package in NPM Packages

jira : Wrapper for the JIRA API. You can installing jira 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 jira
$ sudo npm install -g jira

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

$ sudo npm update jira

Update package globally,

$ npm install -g jira

Git clone:

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

jira@0.9.2 /usr/lib/node_modules/jira

How to remove jira package :

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

$ sudo npm uninstall jira

Basic Information of jira NPM Package:

Package Name jira
Version 0.9.2
Description Wrapper for the JIRA API
Released Date 2014-09-06T00:52:30.788Z
Published by lucasvo
How to Learn https://www.npmjs.com/package/jira/tutorial