How to Install readline NPM Packages on Ubuntu / Debian

How to Install readline software package in NPM Packages

readline : Simple streaming readline module.. You can installing readline 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 readline
$ sudo npm install -g readline

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

$ sudo npm update readline

Update package globally,

$ npm install -g readline

Git clone:

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

readline@1.3.0 /usr/lib/node_modules/readline

How to remove readline package :

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

$ sudo npm uninstall readline

Basic Information of readline NPM Package:

Package Name readline
Version 1.3.0
Description Simple streaming readline module.
Released Date 2015-12-28T14:57:27.073Z
Published by craigbrookes
How to Learn https://www.npmjs.com/package/readline/tutorial