-
Notifications
You must be signed in to change notification settings - Fork 1.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
node version 6.11.1 is not available #379
Comments
Changing "6.11.1" to "6.x.x" in |
@avikivity Thanks, that was amazingly helpful in tracking down the problem. There was one other issue I was running into: When attempting to deploy with I've submitted both @avikivity's solution and the hostname hack to PR #382. In the meantime, if anyone just wants to get
I've confirmed that works with the latest |
The above still wasn't working for me. I ended up removing the entire node engine declaration from |
I should have responded earlier - Unfortunately, changing "6.11.1" to
"6.x.x" didn't work for me. Different error messages, but the deployments
still failed.
I'll try removing the node engine declaration from `package.json` and
see what happens. Thanks Bryce and @avikivity for your help.
Greg Allen
[email protected]
(504) 913-6002
…On Tue, Aug 28, 2018 at 9:42 PM Bryce Reynolds ***@***.***> wrote:
The above still wasn't working for me. I ended up removing the entire node
engine declaration from package.json and let now choose. So far so good...
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#379 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AEfpQAJjKQHx1QeuJo9Uronif-pyeVrbks5uVfGdgaJpZM4WA8x9>
.
|
Running I had to input API keys twice (same when I ran
|
I guess, there is a PR for this #382. |
@lpatmo try rauchg seems to have largely abandoned slack, moving Zeit off their platform and onto spectrum. It's frustrating that they broke one of the prime reasons to use their software. slackin was what got me into Zeit. |
@shawwn Thanks for the info; I didn't know Zeit was moved to Spectrum! Running now shawwn/slackin unfortunately also did not work for me. The error log I pasted in the above comment is from |
@shawwn
|
@gtallen1187 @avikivity Did you find a solution? I'm not a node guy, so don't know how to proceed? If I remove the engines line from the package.json file, what do I do next? |
use "engines" : {
"node": ">= 6.0"
} alternatively, the error message |
Apologies in advance if this is an easy solve, I'm very much an amateur/rookie when it comes to programming.
I've followed all of your steps for the deployment via
now
, but the build is failing with the below error message:Any help/advice from anyone here would be extremely appreciated.
The text was updated successfully, but these errors were encountered: