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
$ 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
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall path-parse
| 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 |