path : Node.JS path module. You can installing path 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 $ sudo npm install -g path
If want to update the path package execute the command as below,
$ sudo npm update path
Update package globally,
$ npm install -g path
$ sudo git clone https://github.com/rektide/path.git
$ sudo npm install -g ./path
path@0.12.7 /usr/lib/node_modules/path
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall path
| Package Name | path |
| Version | 0.12.7 |
| Description | Node.JS path module |
| Released Date | 2015-09-13T15:17:56.689Z |
| Published by | jinder |
| How to Learn | https://www.npmjs.com/package/path/tutorial |