How to Install terminal-kit NPM Packages on Ubuntu / Debian

How to Install terminal-kit software package in NPM Packages

terminal-kit : 256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi. You can installing terminal-kit 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 terminal-kit
$ sudo npm install -g terminal-kit

If want to update the terminal-kit package execute the command as below,

$ sudo npm update terminal-kit

Update package globally,

$ npm install -g terminal-kit

Git clone:

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

terminal-kit@1.14.3 /usr/lib/node_modules/terminal-kit

How to remove terminal-kit package :

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

$ sudo npm uninstall terminal-kit

Basic Information of terminal-kit NPM Package:

Package Name terminal-kit
Version 1.14.3
Description 256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi
Released Date 2017-11-16T09:05:03.675Z
Published by cronvel
How to Learn https://www.npmjs.com/package/terminal-kit/tutorial