-
Notifications
You must be signed in to change notification settings - Fork 213
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
io.js support #72
Comments
+1 |
+2 |
+1 |
1 similar comment
+1 |
For what it's worth: personally, I've switched to nvmw until nodist gets io.js support. Because nvmw is a pain to use with anything other than cmd.exe, this issue is still very much relevant. |
The problem is that this introduces a new set of versions. An option would be to introduce a new version directory in This is not ideal, since you can't easily switch between node and iojs. Also, does npm work with iojs? |
Scratch that, i gotta think this through. |
I will probably create a separate project |
I was kind of planning to do that myself. If you're willing to do it, awesome! |
How to use iodist and nodist at the same time? Must I adjust |
|
@robrich A problem is that both tools come with npm. I think using one directory for both node's and iojs' global modules should be possible. @einfallstoll If you have a good design proposal in mind on how to integrate the two into one tool please enlighten me :) |
@marcelklehr I like the approach from https://github.com/tj/n
|
@marcelklehr Would you be open to a pull request that does these two things:
|
Something, I realize now, that's not clear to me: Is iojs.exe supposed to replace node.exe literally? (So you'd still type |
I don't like that by default io.js adds an alias for
|
@marcelklehr Yes; see e.g. nodejs/node#249 (comment) and nodejs/node#631 (comment) |
Alright, then. @robrich go for it :) |
Shouldn't iodist links point to robrich/iodist now? Or is it just a temporary fork? |
Try out io.js support now. You can see available iojs versions in Previously installed node versions under 0.5.x no longer work, you need to |
Now that the first beta of io.js is out, it'd be great if nodist could also maintain that.
The text was updated successfully, but these errors were encountered: