There is currently two package managers under Dependencies in an ASP.NET MVC 6 application created with Visual Studio 2015 namely Bower and NPM. How can I add another package manager like JSPM to the list and manage it's dependencies?
Asked
Active
Viewed 184 times
1 Answers
1
That can't be done out of the box, as far as I'm aware, but maybe you would be happy enough with this visual studio 2015 extension: Package Installer

Fabio
- 791
- 1
- 7
- 27