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
