Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building a modular development environment #24

Open
hazeledmands opened this issue Oct 30, 2013 · 0 comments
Open

Building a modular development environment #24

hazeledmands opened this issue Oct 30, 2013 · 0 comments

Comments

@hazeledmands
Copy link

Node's module system is great, because your project's dependencies can use different versions of the same code without conflicting. Unfortunately, outside of the node module ecosystem things aren't so easy. For example, what if you have two projects on the same box that require different versions of mongodb, or even different versions of node itself?

I'd like to talk about different ways to deal with this issue, covering existing projects like nvm and nave, as well as an approach more similar to that of node_modules, where binaries are installed locally instead of shared globally between projects.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant