mkpath : Make all directories in a path, like mkdir -p. You can installing mkpath 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 mkpath $ sudo npm install -g mkpath
If want to update the mkpath package execute the command as below,
$ sudo npm update mkpath
Update package globally,
$ npm install -g mkpath
$ sudo git clone https://github.com/rektide/mkpath.git
$ sudo npm install -g ./mkpath
mkpath@1.0.0 /usr/lib/node_modules/mkpath
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall mkpath
| Package Name | mkpath |
| Version | 1.0.0 |
| Description | Make all directories in a path, like mkdir -p |
| Released Date | 2015-10-30T19:08:09.001Z |
| Published by | jrajav |
| How to Learn | https://www.npmjs.com/package/mkpath/tutorial |