I installed typescript 1.7.4 through Visual Studio 2015. In Visual Studio, I see that I installed version 1.7.4.
When I run the tsc --version command, I get 1.0.3.0, but not 1.7.4.
How can I find which version of typescript is installed via the command line interface?
I think you can check the path to the environment. Make sure that it contains C:\Program Files (x86)\Microsoft SDKs\TypeScript\1.7 .
C:\Program Files (x86)\Microsoft SDKs\TypeScript\1.7
Run the where tsc , you will find out where version 1.0.3.0 is located, then you can delete it by any means. If you then install tsc using npm , it will install the latest version (1.7.5 at the time of this writing).
where tsc
tsc
npm
Source: https://habr.com/ru/post/1240336/More articles:How can I make fun of objects in the new world of coreclr? - c #Get an idea of ββRecyclerView by AdapterPosition - javahttps://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1240333/how-to-add-submodule-files-to-a-github-release&usg=ALkJrhj3Xzj7eE_4h20kJtiImVW7mXcLlwhttps://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1240334/how-to-apply-background-color-with-css-to-text-with-line-break&usg=ALkJrhjWvCMPdY3ZobFWMQNpV1MP0QGAdQHow can I structure this Rails / PostgreSQL query to return model instances based on an attribute for model children? - ruby-on-railsPHP in the same file as the form or separately? speed - phpRSpec: unable to load such a file - teamcity / spec / runner / formatter / teamcity / formatter (LoadError) - ruby ββ| fooobar.comAndroid TV App - it is impossible to select a list item using the remote control - androidcreate directory with permission in node js - javascriptmysql: sort result by column name - sqlAll Articles