How to Install project-name NPM Packages on Ubuntu / Debian

How to Install project-name software package in NPM Packages

project-name : Get the name of a project, from package.json, git config, or basename of the current working directory.. You can installing project-name 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 project-name
$ sudo npm install -g project-name

If want to update the project-name package execute the command as below,

$ sudo npm update project-name

Update package globally,

$ npm install -g project-name

Git clone:

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

project-name@0.2.6 /usr/lib/node_modules/project-name

How to remove project-name package :

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

$ sudo npm uninstall project-name

Basic Information of project-name NPM Package:

Package Name project-name
Version 0.2.6
Description Get the name of a project, from package.json, git config, or basename of the current working directory.
Released Date 2016-07-13T10:51:48.810Z
Published by jonschlinkert
How to Learn https://www.npmjs.com/package/project-name/tutorial