I have a lot of problems with Typescript. I have installed the latest download from your site and I am trying to uninstall it in order to install an older version. I am also launching VS 2013. I tried using npm when I installed nodejs, but I'm not sure if it works. I see in node_modules, it creates a folder called typescript when it is installed. When I try to delete, it will output unbuild typescript and some version number. So I would think this is a trick. But then when I go to
C:\Program Files (x86)\Microsoft SDKs\TypeScript\0.9
I see that tsc.exe still exists. And then when I try
tsc -v
I see that 0.9.7 is installed when I want to install an older version. I work for several hours, and I should not look in the right areas. But how can I remove TS without using node, as this does not seem to work for me. I uninstalled and reinstalled node to check if it did the trick, restarted the computer, restarted VS2013. In VS2013, it will also allow me to create TS files, although I ran
npm uninstall typescript
So, I'm not sure what is happening and where this material is installed, but I would like to somehow remove it.
source
share