How to Install mkdirp NPM Packages on Ubuntu / Debian

How to Install mkdirp software package in NPM Packages

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

Git clone:

$ sudo  git clone https://github.com/rektide/mkdirp.git
$ sudo  npm install -g ./mkdirp

mkdirp@0.5.1 /usr/lib/node_modules/mkdirp

How to remove mkdirp package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall mkdirp

Basic Information of mkdirp NPM Package:

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