aspnet / Tooling

Issue tracker and info on Visual Studio tooling for ASP.NET
Other
256 stars 124 forks source link

VS 2015 does not show the latest angular version #872

Open varghesep opened 7 years ago

varghesep commented 7 years ago

I posted a question in StackOverflow about an issue with VS 2015 not displaying the latest version of angular2.

mlorbetske commented 7 years ago

@jodavis any ideas?

jodavis commented 7 years ago

That version list isn't being provided by built-in support in Visual Studio. (We don't use the npm icon in ours.) I think ReSharper might do that, but I'm not sure.

But to answer your question ("How can I get the list of all the latest versions starting from version angular2?"), you can always go to npmjs.com and search for a package to get the latest version number, or run npm info <package-name> on the command line to get the complete list.

varghesep commented 7 years ago

This is still a problem in Visual Studio 2017 15.3.5. Any package starts with @ like for @angular/core have this issue.

barrytang commented 7 years ago

To report new issues, use the Report a Problem tool. The GitHub Issue Tracker for the aspnet/Tooling repo is now deprecated in favor of the Report a Problem tool.

If you encounter a problem with Visual Studio, we want to know about it so that we can diagnose and fix it. By using the Report a Problem tool, you can collect detailed information about the problem, and send it to Microsoft with just a few button clicks. See here for more details.