programming language, superset of JavaScript that compiles to JavaScript
Factsheet
Anders Hejlsberg,
Luke Hoban
Anders Hejlsberg,
Luke Hoban
Videos
What else do I need to do to install the latest version?
It is because you probably (almost definitely) have TypeScript plugin for visual studio installed. You can uninstall that from Control Panel. Then the typescript you installed from npm will be the default one on the command line.
Alternatively you can get the latest TypeScript from Visual Studio 2012 plugin from here : http://www.typescriptlang.org/#Download (For VS 2013 it is bundled as a part of VS 2013 update 2 RC)
Removing C:\Program Files (x86)\Microsoft SDKs\TypeScript\ from PATH environment variable did the job for me.
Advanced system settings -> Environment Variables -> system variables -> PATH
» npm install typescript
I have been trying to install TypeScript but most resources only teach how to install it globally. Can anyone describe or give resources on how to install it on a windows machine locally?
Side-note: When I set I use npm install TypeScript --save-dev I find myself unable to use tsc- --v or
tsc --version