parse-filepath : Pollyfill for node.js `path.parse`, parses a filepath into an object.. You can installing parse-filepath 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 parse-filepath $ sudo npm install -g parse-filepath
If want to update the parse-filepath package execute the command as below,
$ sudo npm update parse-filepath
Update package globally,
$ npm install -g parse-filepath
$ sudo git clone https://github.com/rektide/parse-filepath.git
$ sudo npm install -g ./parse-filepath
parse-filepath@1.0.1 /usr/lib/node_modules/parse-filepath
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall parse-filepath
| Package Name | parse-filepath |
| Version | 1.0.1 |
| Description | Pollyfill for node.js `path.parse`, parses a filepath into an object. |
| Released Date | 2016-03-29T07:34:43.375Z |
| Published by | jonschlinkert |
| How to Learn | https://www.npmjs.com/package/parse-filepath/tutorial |