-
Notifications
You must be signed in to change notification settings - Fork 228
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
"Invalid address" error when deploying #146
Comments
I tried running I only got some of the errors you mentioned:
To fix this, you can add to
|
Today I cannot even reach variable instantiation.
|
Do you have the dependencies from Here are steps from a clean install you can test:
Node.js version |
Sorry, only getting more errors. With the upstream
|
can you try removing |
Yes, I did that. My Node version 10.15.0 might be to blame. |
Right, I think Node.js version could be the problem. Please try using version 8 which is described on |
@patitonar Can we fix the code to be compatible with node 10? Fedora 29 comes with it. |
@DemiMarie can you use docker to deploy contracts? in this case you will not have issues with the JS modules compatibility. I insist of appearing the docker deployment environment exactly for this reason |
I can. That doesn't mean I should have to.
Would you accept a PR that fixed Node 10, so long as Node 8 kept working?
…On Fri, Feb 1, 2019, 3:02 PM Alexander Kolotov ***@***.*** wrote:
@DemiMarie <https://github.com/DemiMarie> can you use docker to deploy
contracts? in this case you will not have issues with the JS modules
compatibility. I insist of appearing the docker deployment environment
exactly for this reason
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#146 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGGWB4F14ugJ2Yr195EmUgx4PR4slhVnks5vJJ1EgaJpZM4aceXk>
.
|
@DemiMarie Sure, a PR to make it work with Node 10 too is welcome |
Confirmed. Deployment environment configuration seems to work OK in |
I'm trying to run
node deploy.js
in thedevelop
branch with the.env
provided below. Whatever I do, there are always invalid addresses0x
in the output. What am I doing wrong?Here is my
.env
:The text was updated successfully, but these errors were encountered: