term.js : A terminal written in javascript. You can installing term.js 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 term.js $ sudo npm install -g term.js
If want to update the term.js package execute the command as below,
$ sudo npm update term.js
Update package globally,
$ npm install -g term.js
$ sudo git clone https://github.com/rektide/term.js.git
$ sudo npm install -g ./term.js
term.js@0.0.7 /usr/lib/node_modules/term.js
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall term.js
| Package Name | term.js |
| Version | 0.0.7 |
| Description | A terminal written in javascript |
| Released Date | 2015-08-24T10:50:44.029Z |
| Published by | chjj |
| How to Learn | https://www.npmjs.com/package/term.js/tutorial |