Typescript Installation On Debian like systems Typescript can be installed with the following command: sudo apt install node-typescript Compile Your Code tsc hello_world.ts Run Your Code node hello_world.js