How to Install pkginfo NPM Packages on Ubuntu / Debian

How to Install pkginfo software package in NPM Packages

pkginfo : An easy way to expose properties on a module from a package.json. You can installing pkginfo 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 pkginfo
$ sudo npm install -g pkginfo

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

$ sudo npm update pkginfo

Update package globally,

$ npm install -g pkginfo

Git clone:

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

pkginfo@0.4.1 /usr/lib/node_modules/pkginfo

How to remove pkginfo package :

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

$ sudo npm uninstall pkginfo

Basic Information of pkginfo NPM Package:

Package Name pkginfo
Version 0.4.1
Description An easy way to expose properties on a module from a package.json
Released Date 2017-08-23T03:55:22.290Z
Published by indexzero
How to Learn https://www.npmjs.com/package/pkginfo/tutorial