"Modules"<http://nodejs.org/docs/latest/api/modules.html#modules_addenda_package_manager_tips>section
 in nodejs docs proposes a great directory structure that looks like 
this:


>    - /usr/lib/node/foo/1.2.3/ - Contents of the foo package, version 
>    1.2.3.
>
>
>    - /usr/lib/node/bar/4.3.2/ - Contents of the bar package that foo depends 
>    on.
>
>
>    - /usr/lib/node/foo/1.2.3/node_modules/bar - Symbolic link to 
>    /usr/lib/node/bar/4.3.2/.
>
>
>    - /usr/lib/node/bar/4.3.2/node_modules/* - Symbolic links to the 
>    packages that bar depends on.
>
> That's very nice and I'd like to use this somehow, but as far as I know, 
neither npm nor node actually support something like that out of the box.
Is there a tool that create and supports this structure or is the 
suggestion purely for informational purposes?

-- 
-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
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 post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
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].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to