How to Install global-modules NPM Packages on Ubuntu / Debian

How to Install global-modules software package in NPM Packages

global-modules : The directory used by npm for globally installed npm modules.. You can installing global-modules 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 global-modules
$ sudo npm install -g global-modules

If want to update the global-modules package execute the command as below,

$ sudo npm update global-modules

Update package globally,

$ npm install -g global-modules

Git clone:

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

global-modules@1.0.0 /usr/lib/node_modules/global-modules

How to remove global-modules package :

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

$ sudo npm uninstall global-modules

Basic Information of global-modules NPM Package:

Package Name global-modules
Version 1.0.0
Description The directory used by npm for globally installed npm modules.
Released Date 2017-06-28T06:46:00.149Z
Published by jonschlinkert
How to Learn https://www.npmjs.com/package/global-modules/tutorial