-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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 #34
Comments
It's not on my immediate priority list yet. I haven't had much time to play with it yet. At first glance, it looks like the integration process may be a bit more restricted (there is only an |
+1 for iojs |
Should coordinate with nvm-sh/nvm#590 so that the engine syntax is implemented the same... |
+1 for io.js |
Just letting you know that nvm implemented and merged support for io.js nvm-sh/nvm/pull/616 +1 for io.js? :) |
Thanks for the heads up @mrhyde - the standalone installations definitely make this much more feasible within this project. I'm currently doing a refactor of the project, mostly just cleanup/organization and a new installer. However; I'll at least implement experimental io.js support when I get through this. |
+1 |
Thanks @coreybutler support for this would be much appreciated... |
+1, thanks |
👍 |
1 similar comment
+1 |
+1. Thanks for the project |
+1 |
An update from @coreybutler on gitter
|
👍 |
👍 |
👍 Thanks |
👍 |
Since io.js is merging back into node, there is no longer a need to add special support for it. |
@coreybutler sure, wait for a situation to resolve itself... some people are just so lazy... ;-) |
@tracker1 - haha! Honestly, I sort of anticipated this... this is the natural pattern. This took about twice as long as I thought it would though! |
meh :( |
@alubbe - I posted a quick update on the gitter channel regarding progress. |
+1 |
nvm needed to switch between different versions. Changing state of current version doesn't removes requirement to support old versions of io.js. Am I wrong? |
@pyhedgehog - NVM needed to switch between different versions of node, meaning a distinctly different code base from io.js. Since io.js merged the code base with node, current versions of node have all of the io.js features in them. Basically, you can use old versions of node, but not old versions of io.js. Does that answer your question? |
@coreybutler Yes. |
Hello @coreybutler
Do you plan add support for https://iojs.org? It's will be very useful.
The text was updated successfully, but these errors were encountered: