How to Install package NPM Packages on Ubuntu / Debian

How to Install package software package in NPM Packages

package : Easy package.json exports.. You can installing package 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 package
$ sudo npm install -g package

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

$ sudo npm update package

Update package globally,

$ npm install -g package

Git clone:

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

package@1.0.1 /usr/lib/node_modules/package

How to remove package package :

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

$ sudo npm uninstall package

Basic Information of package NPM Package:

Package Name package
Version 1.0.1
Description Easy package.json exports.
Released Date 2012-04-20T18:01:29.813Z
Published by vesln
How to Learn https://www.npmjs.com/package/package/tutorial