Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Typescript tsc --version still 0.9.5

So this is a minor issue, but I've installed VS 2013 Update 2 and my Typescript compiler still says 0.9.5 instead off what I hoped to be 1.0.x by now.

Any ideas what I need to install to get this fixed?

like image 803
user1613512 Avatar asked Jul 29 '26 12:07

user1613512


1 Answers

Uninstall older versions of TypeScript from the control panel.

Also you do where tsc to find out which tsc is actually going to execute.

like image 142
basarat Avatar answered Aug 02 '26 10:08

basarat