On Oct 29, 2014, at 4:26 AM, Adrian Lynch <[email protected]> 
wrote:
> 
> Who puts their node_modules into source control and who doesn't.
> It's been asked before, but this is more a show-of-hands question.
> I'm fighting the corner to put them into SC and wondered what everyone else 
> is doing.


I check node modules into Git. Also, I do not keep node_modules local within 
the app directory structure, but instead I use NODE_PATH. My reasons are 
simple: (1) my app’s external dependencies should be kept as minimal as 
possible, (2) disk space may be cheap but maintaining separate versions of 
modules is not, so a common node_modules across apps accessed via NODE_PATH is 
better for me.

        —ravi


-- 
Job board: http://jobs.nodejs.org/
New group rules: 
https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/nodejs/D2932F30-46E1-4680-BE33-F81FA70E8B21%40g8o.net.
For more options, visit https://groups.google.com/d/optout.

Reply via email to