How to Install minimist NPM Packages on Ubuntu / Debian

How to Install minimist software package in NPM Packages

minimist : parse argument options. You can installing minimist 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 minimist
$ sudo npm install -g minimist

If want to update the minimist package execute the command as below,

$ sudo npm update minimist

Update package globally,

$ npm install -g minimist

Git clone:

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

minimist@1.2.0 /usr/lib/node_modules/minimist

How to remove minimist package :

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

$ sudo npm uninstall minimist

Basic Information of minimist NPM Package:

Package Name minimist
Version 1.2.0
Description parse argument options
Released Date 2015-08-24T13:56:27.640Z
Published by substack
How to Learn https://www.npmjs.com/package/minimist/tutorial