How to completely remove all versions of TypeScript

I tried:

npm uninstall typescript -g

choco uninstall typescript

and also in the section "Programs for uninstalling the visual studio" (which was not there): removing typescript without node

I still have 2 directories (1.0 and 1.1) in the Microsoft SDK, and I do not see any uninstaller there.

I am wondering what is the cleanest way to remove all typescript installations from my system?

+4
source share
2 answers

TypeScript is built into VS 2013 Update 2 VS 14 CTP and cannot be removed separately. You can remove both versions of Visual Studio if it would be important to delete these folders.

+2
source

"TypeScript" Microsoft Visual Studio 2015 " " ". Visual Studio 2015 .

+14

All Articles