The dependency resolution mechanism in Node is well thought. npm works this
way because of how Node resolves the dependencies, and the folder structure
you propose is not compatible with the dependency resolution strategy.

Il giovedì 29 maggio 2014, Leza Morais Lutonda <[email protected]>
ha scritto:

> On 28/05/14 10:23, Aria Stewart wrote:
>
>> 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
>>
>
> Thanks for the answer.
>
> I try `npm depupe`, but not very happy because the dependencies packages
> have different versions of common dependencies.
>
> I ever wished a npm structure like this:
>
> node_modules/
>    | package1/
>    |   | version1/
>    |   | version2/
>    |   | ....
>    |   | versionN
>    | package2/
>    |   | version1/
>    |   | version2/
>    |   | ....
>    |   | versionN
>    ....
>
> And maybe node resolve the path for `require` on starting the application
> reading de package.json.
>
> Anybody else wished this?
>
> Thanks.
>
>
>
> 50 Aniversario de la Cujae. Inaugurada por Fidel el 2 de diciembre de 1964
>  http://cujae.edu.cu
>
>
> --
> Job board: http://jobs.nodejs.org/
> New group rules: https://gist.github.com/othiym23/9886289#file-
> moderation-policy-md
> Old group rules: https://github.com/joyent/node/wiki/Mailing-List-
> Posting-Guidelines
> --- You received this message because you are subscribed to the Google
> Groups "nodejs" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/nodejs/5386657B.3000903%40fecrd.cujae.edu.cu.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
Job board: http://jobs.nodejs.org/
New group rules: 
https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/nodejs/CABQ8R0xUSB0AE0HVxFd7q0pEna73VZonrpmgDZ8k%3DeYBuk%3DePA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to