Nate - i'm not "against" npm so to speak. it just doesn't suit my requirements as i like to do my own builds on a build machine and roll everything out to the production machines i am using and have full control over where everything goes. npm takes too much control away from me and i am a control freak, that is all. ;) having the modules bundled solves the problem for me - thanks for doing that.
On Feb 11, 8:07 am, Nathan Rajlich <[email protected]> wrote: > Ok thanks for the confirmation Isaac. The latest version of node-gyp > (v0.0.5) now has its dependencies bundled. > > > > > > > > On Fri, Feb 10, 2012 at 8:20 PM, Isaac Schlueter <[email protected]> wrote: > > On Fri, Feb 10, 2012 at 18:34, Nathan Rajlich <[email protected]> > > wrote: > > > And on top of that, I could just as easily just start commiting the > > > node_modules dir so that git-clone works properly. > > > That's a good idea regardless, actually. Commit the node_modules > > folder, and list all the deps as bundledDependencies. > > > node-gyp is a command line tool, not something you'd expect to > > require(). Like npm itself, it should be a single thing that works > > out of the box. > > > -- > > 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 -- 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
