-
-
Notifications
You must be signed in to change notification settings - Fork 8k
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
Support node v4+
/io.js
release candidates
#779
Comments
Linking to nodejs/node#2097 (comment) and #712, pinging @rvagg @Fishrock123 |
Sweet, the 3.0's are available at https://iojs.org/download/rc/ and a really nice except for the fact that no native addon will build yet thanks to V8 dramas but we're getting there (track that progress here). The index.tab and index.json format is the same and we're now including a "headers" tarball that's just the source headers for compiling against. |
Beautiful, thanks. So far the only really annoying part for me is that version numbers aren't just |
I think I have the functionality done, but now I need to write the tests. I'll be out of the country for two weeks tomorrow, so my ability to work on this will be spotty, but hopefully I'll get it done shortly after my return if not before. @rvagg, I won't want to merge this until the version format in nodejs/build#126 is resolved, ideally in a way where I only have to support one format for all io.js rc versions :-) |
Any news? Node v4 is currently in RC, would love to install it using nvm 😄 |
This won't be done quickly; at least not for a few weeks. |
io.js
release candidates (and eventually node)node v4+
/io.js
release candidates
For people who want to test the v4 rc via nvm; you can't install it via nvm but it's enough to download the proper
|
Please note, that if you do this, it will be incompatible with the eventual |
@ljharb Sure. Removing one folder is easy. :) |
@ljharb commented on Sep 5, 2015, 8:31 PM EDT:
We'd have to wait a few weeks for iojs 4 to be available via |
@jalcine I don't think this applies to node 4, only to node release candidates. In hopefully a few hours node v4 proper will be out and then this whole thing is moot. :) |
Node v4 is already out and you can install it via |
If I try to install Node v4 with nvm, I get this error:
Do I have something configured wrong? |
@wadey Most likely you have outdated nvm. On my machine:
It's most likely easiest to just reinstall nvm: https://github.com/creationix/nvm#install-script |
@wadey you're using |
Ah, I was following the same steps nan uses to set up nvm: I guess we should tell them to not use master as well. |
@wadey thanks, filed nodejs/nan#444 to correct that |
+1 |
Unblocked by #1204. |
🎉🎉🎉 |
This issue is to track adding support for
io.js
release candidates. The same process will work fornode
post-merge.The text was updated successfully, but these errors were encountered: