path-extra : path-extra contains methods that arent included in the vanilla Node.js path package.. You can installing path-extra 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-extra $ sudo npm install -g path-extra
If want to update the path-extra package execute the command as below,
$ sudo npm update path-extra
Update package globally,
$ npm install -g path-extra
$ sudo git clone https://github.com/rektide/path-extra.git
$ sudo npm install -g ./path-extra
path-extra@4.2.1 /usr/lib/node_modules/path-extra
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall path-extra
| Package Name | path-extra |
| Version | 4.2.1 |
| Description | path-extra contains methods that arent included in the vanilla Node.js path package. |
| Released Date | 2017-09-01T21:05:35.651Z |
| Published by | ryanzim |
| How to Learn | https://www.npmjs.com/package/path-extra/tutorial |