Hi, Is it possible to install and package npm totally self contained in your application distribution? There is the env var 'npm_config_prefix' at install time, which works, but it searches the node binary 'globally' in the PATH with 'which' as i have seen. But i ship 'node' also with my application. Is it possible to install and configure npm so i can ship it with my applications distribution. I have created https://github.com/thomasfr/node-boilerplate-app as an example.
Kind regards -- 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
