If you have npm installed look at `npm help json`.  Basically just declare
your dependencies in your app in a package.json file.  If you don't ever
want to publish your app or module on npm, put in a `"private": true,` line
and it will disable accidentally publishing it to npm.  Then when deploying
your app, just `npm install` and it will grab and install all the declared
dependencies.

On Mon, Mar 19, 2012 at 8:40 AM, akira <nhy...@googlemail.com> wrote:

> Can someone point me to a tutorial that can explain how one can create
> a list of modules than npm would automatically install when deploying
> my application?
>
> Thanks
>
> --
> 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 nodejs@googlegroups.com
> To unsubscribe from this group, send email to
> nodejs+unsubscr...@googlegroups.com
> 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 nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to