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

How to Install ts-node software package in NPM Packages

ts-node : TypeScript execution environment and REPL for node. You can installing ts-node 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 ts-node
$ sudo npm install -g ts-node

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

$ sudo npm update ts-node

Update package globally,

$ npm install -g ts-node

Git clone:

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

ts-node@3.3.0 /usr/lib/node_modules/ts-node

How to remove ts-node package :

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

$ sudo npm uninstall ts-node

Basic Information of ts-node NPM Package:

Package Name ts-node
Version 3.3.0
Description TypeScript execution environment and REPL for node
Released Date 2017-07-24T17:54:49.909Z
Published by blakeembrey
How to Learn https://www.npmjs.com/package/ts-node/tutorial