-
Notifications
You must be signed in to change notification settings - Fork 504
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
nvm
should not use "master" branch
#444
Comments
I fixed this in my repo by adding the following to the nvm setup pipeline:
This is the method recommended by nvm for manual install: https://github.com/creationix/nvm#manual-install |
Thanks. Waiting on AppVeyor to get Node 4 working. |
AppVeyor has Node 4 since yesterday! :) |
Apparently not when using |
I see. The I've reported it to them at http://help.appveyor.com/discussions/suggestions/810-nodejs-400-is-out |
IIRC |
Yeah, I think they have to explicitly add built images to AppVeyor to make |
http://help.appveyor.com/discussions/suggestions/810-nodejs-400-is-out `Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)` command doesn't work with Node 4 yet. nodejs/nan#444 (comment)
Per the travis setup line here:
nan/.travis.yml
Line 24 in f14e04a
This will use the "master" branch of
nvm
, which will not necessarily work. Please use the latest git tag instead - either by usinggit tag
with configtag.sort
set toversion:refname
, or, you could just hardcode thenvm
version.The text was updated successfully, but these errors were encountered: