make-dir : Make a directory and its parents if needed - Think `mkdir -p`. You can installing make-dir 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 make-dir $ sudo npm install -g make-dir
If want to update the make-dir package execute the command as below,
$ sudo npm update make-dir
Update package globally,
$ npm install -g make-dir
$ sudo git clone https://github.com/rektide/make-dir.git
$ sudo npm install -g ./make-dir
make-dir@1.1.0 /usr/lib/node_modules/make-dir
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall make-dir
Package Name | make-dir |
Version | 1.1.0 |
Description | Make a directory and its parents if needed - Think `mkdir -p` |
Released Date | 2017-10-22T06:21:08.477Z |
Published by | sindresorhus |
How to Learn | https://www.npmjs.com/package/make-dir/tutorial |