How to Install typescript NPM Packages on Ubuntu / Debian

How to Install typescript software package in NPM Packages

typescript : TypeScript is a language for application scale JavaScript development. You can installing typescript 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 typescript
$ sudo npm install -g typescript

If want to update the typescript package execute the command as below,

$ sudo npm update typescript

Update package globally,

$ npm install -g typescript

Git clone:

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

typescript@2.6.1 /usr/lib/node_modules/typescript

How to remove typescript package :

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

$ sudo npm uninstall typescript

Basic Information of typescript NPM Package:

Package Name typescript
Version 2.6.1
Description TypeScript is a language for application scale JavaScript development
Released Date 2017-10-31T16:56:59.235Z
Published by typescript
How to Learn https://www.npmjs.com/package/typescript/tutorial