Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to completely uninstall all versions TypeScript

Tags:

typescript

I have tried:

npm uninstall typescript -g

choco uninstall typescript

as well as looking in Programs for the visual studio uninstaller (which wasn't there), as mentioned here: uninstalling typescript without node

I still have 2 directories (1.0 and 1.1) under Microsoft SDKs and I don't see any sort of uninstaller in there.

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

like image 252
Mike Cheel Avatar asked Oct 27 '14 20:10

Mike Cheel


2 Answers

You can now uninstall "TypeScript Tools for Microsoft Visual Studio 2015" from the Control Panel in Programs and Features. It was automatically installed with Visual Studio 2015 in my case.

like image 170
Dan Randolph Avatar answered Sep 28 '22 18:09

Dan Randolph


TypeScript is built into both VS 2013 Update 2 the VS 14 CTP and cannot be separately uninstalled. You could uninstall both of those versions of Visual Studio if it is somehow critical to remove those folders.

like image 43
Ryan Cavanaugh Avatar answered Sep 28 '22 19:09

Ryan Cavanaugh