Quantcast
Channel: How to update TypeScript to latest version with npm? - Stack Overflow
Viewing all articles
Browse latest Browse all 13

Answer by Ahad for How to update TypeScript to latest version with npm?

$
0
0

Try

sudo apt-get update

Next install the latest version of typescript globally with

npm install -g typescript@latest

After it's done, type

tsc -v

to see the latest version of typescript installed in your system.


Viewing all articles
Browse latest Browse all 13

Trending Articles