How to Install path-parse NPM Packages on Ubuntu / Debian

How to Install path-parse software package in NPM Packages

path-parse : Node.js path.parse() ponyfill. You can installing path-parse 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 path-parse
$ sudo npm install -g path-parse

If want to update the path-parse package execute the command as below,

$ sudo npm update path-parse

Update package globally,

$ npm install -g path-parse

Git clone:

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

path-parse@1.0.5 /usr/lib/node_modules/path-parse

How to remove path-parse package :

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

$ sudo npm uninstall path-parse

Basic Information of path-parse NPM Package:

Package Name path-parse
Version 1.0.5
Description Node.js path.parse() ponyfill
Released Date 2015-04-21T16:52:41.476Z
Published by jbgutierrez
How to Learn https://www.npmjs.com/package/path-parse/tutorial