How to Install publish NPM Packages on Ubuntu / Debian

How to Install publish software package in NPM Packages

publish : npm auto publishing of your modules. You can installing publish 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 publish
$ sudo npm install -g publish

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

$ sudo npm update publish

Update package globally,

$ npm install -g publish

Git clone:

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

publish@0.6.0 /usr/lib/node_modules/publish

How to remove publish package :

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

$ sudo npm uninstall publish

Basic Information of publish NPM Package:

Package Name publish
Version 0.6.0
Description npm auto publishing of your modules
Released Date 2016-04-15T15:43:35.392Z
Published by cmanzana
How to Learn https://www.npmjs.com/package/publish/tutorial