mkdirp : Recursively mkdir, like `mkdir -p`. You can installing mkdirp 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 mkdirp $ sudo npm install -g mkdirp
If want to update the mkdirp package execute the command as below,
$ sudo npm update mkdirp
Update package globally,
$ npm install -g mkdirp
$ sudo git clone https://github.com/rektide/mkdirp.git
$ sudo npm install -g ./mkdirp
mkdirp@0.5.1 /usr/lib/node_modules/mkdirp
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall mkdirp
| Package Name | mkdirp |
| Version | 0.5.1 |
| Description | Recursively mkdir, like `mkdir -p` |
| Released Date | 2015-05-14T02:27:01.553Z |
| Published by | substack |
| How to Learn | https://www.npmjs.com/package/mkdirp/tutorial |