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

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

$
0
0

If your system already installs typescript globally you just need to update the typescript version.

Make sure to check your typescript version first.

tsc -v 

or

tsc

tsc command gives you more details.

If everything is configured properly and there are no issues. You only need to upgrade your typescript version at this point.

npm update -g typescript

Viewing all articles
Browse latest Browse all 13

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>