On Aug 14, 2013, at 2:18 AM, Benjamin Pasero <[email protected]> wrote:
> I am actually missing good old Apache style libraries I guess from my Java > times. How is npm any different in this regard? With Java projects, presumably you're using a sane dependency management system like Maven or Ivy that takes care of resolving transitive dependencies. You still list out the dependencies *your* project has (in pom.xml or package.json) and the dependency resolution mechanism takes care of pulling in the rest. You still have to be aware of the changes being introduced by the dependency chain, except that with npm a transitive dependency will only impact the library that required it (thanks to the snazzy nested node_modules folders). -- Brian Lalor [email protected] http://github.com/blalor -- -- 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.
