On May 27, 02014, at 19:14, Leza Morais Lutonda <[email protected]> wrote:
> > Hi, > > I want, when to install dependencies with npm (`npm install`) to have only > one folder for node_modules in my project directory so that all my > dependencies and dependencies of my dependencies (and dependencies of > dependencies of dependencies ... of my dependencies) would be placed there. > > Is it possible with npm? No. But npm dedup might get you close. It’s only theoretically possible if your dependencies are transitively compatible — which is not something many people put effort into, since it’s not required except to move dependencies to the root. What are you actually trying to accomplish? Aria
signature.asc
Description: Message signed with OpenPGP using GPGMail
