How to Install node-pty NPM Packages on Ubuntu / Debian

How to Install node-pty software package in NPM Packages

node-pty : Fork pseudoterminals in Node.JS. You can installing node-pty 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 node-pty
$ sudo npm install -g node-pty

If want to update the node-pty package execute the command as below,

$ sudo npm update node-pty

Update package globally,

$ npm install -g node-pty

Git clone:

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

node-pty@0.7.3 /usr/lib/node_modules/node-pty

How to remove node-pty package :

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

$ sudo npm uninstall node-pty

Basic Information of node-pty NPM Package:

Package Name node-pty
Version 0.7.3
Description Fork pseudoterminals in Node.JS
Released Date 2017-11-11T22:06:38.057Z
Published by tyriar
How to Learn https://www.npmjs.com/package/node-pty/tutorial