Sign up ×
Stack Overflow is a community of 4.7 million programmers, just like you, helping each other. Join them, it only takes a minute:

I'm developing a large client-side javascript app, which requires a complex tree of Javascript dependencies, all of which are available as npm modules. Most modules I require are not available as nugets, I'd like to get it so adding npm modules to my webapp is as simple as adding nugets.

Is it possible/reasonable to use npm to install packages "into" my ASP.NET MVC project?

share|improve this question

1 Answer 1

up vote 3 down vote accepted

You can check Bower. That is client package manager. It suits for asp.net mvc. Here some help:

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.