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
$ 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
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall ts-node
| 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 |