I assume that's what the `npm pack` [1] command does. It creates a tarball of your fully installed app so that you can distribute it easily. If your application doesn't need any binary addon, this should do the trick.
[1] https://npmjs.org/doc/cli/npm-pack.html On Thursday, 10 October 2013 19:38:38 UTC+2, David Karr wrote: > > I'm getting close to releasing a set of changes to my organization that > will require many developeIrs to install nodejs, set proxy/https-proxy, and > install some required packages. I'd like to automate at least some of this. > I'm working on nailing down a shrinkwrapped packages.json file, which they > can use to install their packages. However, the proxy and https-proxy > properties still need to be set beforehand. Is there any way I can > semi-automate this? > > Note that the vast majority of the developers will be doing this on > Windows, with only a small number on Mac. > > Would it be possible to simply provide the complete modified distribution, > including the already installed required packages? > -- -- 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.
