How to Install jsdoc NPM Packages on Ubuntu / Debian

How to Install jsdoc software package in NPM Packages

jsdoc : An API documentation generator for JavaScript.. You can installing jsdoc 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 jsdoc
$ sudo npm install -g jsdoc

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

$ sudo npm update jsdoc

Update package globally,

$ npm install -g jsdoc

Git clone:

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

jsdoc@3.5.5 /usr/lib/node_modules/jsdoc

How to remove jsdoc package :

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

$ sudo npm uninstall jsdoc

Basic Information of jsdoc NPM Package:

Package Name jsdoc
Version 3.5.5
Description An API documentation generator for JavaScript.
Released Date 2017-09-14T02:52:53.750Z
Published by hegemonic
How to Learn https://www.npmjs.com/package/jsdoc/tutorial