-
Notifications
You must be signed in to change notification settings - Fork 79
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
Unable to install 4.x-dev or 4.x-next #143
Comments
Do you specifically want to build (unreleased) node versions from source? Generally, it's recommended to install the pre-build binaries that nodejs distributes. Right now, for LTS that's 4.4.2 and for Stable that's 5.10.1.
So if the goal is to get a recent version of node 4 installed, I highly recommend this, instead of attempting to compile unreleased versions. If you're intent on debugging the compilation errors, I would take this to nodejs, as this looks suspiciously like an error that has occurred before: nodejs/node#2839 Also note, you can pass |
@jasonkarns thanks for the response - ideally, I'd be able to get the latest LTS release and |
The 4.x-dev and 4.x-next build definitions are pulling from git, so they We don't currently have any build definitions that pin to latest releases. I'm going to open an issue to discuss whether we want some kind of 'latest' On Wed, Apr 6, 2016 at 1:17 PM, Jason Kurian notifications@github.com
|
Thanks! Shall I close this issue or leave it to you? :) |
Opened #145 for discussion of "latest" aliases. |
I get the same errors for both, using
nodenv
v1.0.0 - please let me know if I can provide any other information. I haveeval "$(nodenv init -)"
in my~/.bash_profile
, and I've restarted my terminal and seen no errors in its execution, so I'm not sure what's going on.The text was updated successfully, but these errors were encountered: