How to Install inquirer NPM Packages on Ubuntu / Debian

How to Install inquirer software package in NPM Packages

inquirer : A collection of common interactive command line user interfaces.. You can installing inquirer 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 inquirer
$ sudo npm install -g inquirer

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

$ sudo npm update inquirer

Update package globally,

$ npm install -g inquirer

Git clone:

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

inquirer@4.0.0 /usr/lib/node_modules/inquirer

How to remove inquirer package :

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

$ sudo npm uninstall inquirer

Basic Information of inquirer NPM Package:

Package Name inquirer
Version 4.0.0
Description A collection of common interactive command line user interfaces.
Released Date 2017-11-12T10:33:51.640Z
Published by sboudrias
How to Learn https://www.npmjs.com/package/inquirer/tutorial