scottcorgan / Injector

Node.js directory-independent dependency injection for apps and testing.
36 stars 1 forks source link

No possibility to use modules installed per NPM #37

Closed Sharaal closed 10 years ago

Sharaal commented 10 years ago

Cause of the restriction for the "node_modules" directory its not possible to use modules installed per NPM and its not possible to share modules with others.

scottcorgan commented 10 years ago

THe idea for the library is to inject modules in your local app. For NPM modules, your best bet is to use requre()