Sa Sachi has said, the only thing you might want to use that's globally affecting is the version of Node yourself (like Python 2 or 3).
It's a rare thing, you would usually either use one version, or just update it to latest at all times. But if you have a rare need to update that, then n or nvm are good solutions: https://www.npmjs.com/package/nvm or https://www.npmjs.com/package/n. Now, with this, there _might_ be an issue of global modules. For example, you want to use bower globally. It's doable for most things, but in in an unlikely event that you want cli versions of a module, from multiple versions of that module, I think it would not work. So just use n and off you go. -- 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/95212f47-563e-46c9-9042-c3ed2b2d05fc%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
