madskristensen / PackageInstaller

A Visual Studio extension
Other
67 stars 15 forks source link

Breaks my visual studio #35

Open wolfgangjt opened 2 years ago

wolfgangjt commented 2 years ago

Visual Studio 2017 App Version 2.0.105

I installed this on my visual studio. Went to install @popperjs/core. The webapp I am working on does not utilize node and I had no idea what npm was or how it was used. Deleted all the files that were installed from the popper install action. Went to install the package installer.

Now I am getting the same errors as this: https://stackoverflow.com/questions/64924337/i-am-getting-an-error-when-compiling-angular-6-project

When I delete the typescript folder from my AppData\Local\Microsoft\TypeScript\2.8 and close and reopen visual studio, the folder comes back.

Why did this break my visual studio? All i was doing was trying to update some libraries (bootstrap in particular, which needs popper 2.0, and the only way to get popper 2.0 was through npm)