Skip to content

install alongside existing nodejs installation #376

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

Closed
wildtron opened this issue Jan 14, 2015 · 2 comments
Closed

install alongside existing nodejs installation #376

wildtron opened this issue Jan 14, 2015 · 2 comments

Comments

@wildtron
Copy link

is there a way to install io.js without overwriting nodejs?

@rvagg
Copy link
Member

rvagg commented Jan 14, 2015

Easiest way for now is to download a binary from https://iojs.org/dist/latest/ and do it manually, there are node.exe files for windows in the win-* subdirectories and there's a darwin tarball for os x that you can unpack and put where you want.

The Windows installer should have an option to untick that will prevent it from making a node link so in theory you could do a side-by-side install.

Or of course, compile from source and do what you want with the binary!

@ufef
Copy link

ufef commented Feb 3, 2015

You can also use nvmw on Windows and nvm on Linux.

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

3 participants