-
Notifications
You must be signed in to change notification settings - Fork 217
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
TypeError: o["install"] is not a function #606
Labels
bug
Something isn't working
Comments
Any ETA to resolve this problem? The CLI is also broken (see #634), and it doesn't look that we have any alternative. |
Sorry for the delay, I'm on it now. |
michaelfig
added a commit
that referenced
this issue
Feb 29, 2020
Refs #606 Fixes TypeError: o["install"] is not a function
The PR will fix the issue, but you also need to run Try with: |
michaelfig
added a commit
that referenced
this issue
Feb 29, 2020
Closes #606 Usage: `ag-solo bundle <PATH TO DAPP>/deploy.js` from within an ag-solo directory in order to run a deployment script.
michaelfig
added a commit
that referenced
this issue
Feb 29, 2020
Closes #606 Usage: `ag-solo bundle <PATH TO DAPP>/deploy.js` from within an ag-solo directory in order to run a deployment script.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When attempting to upload a contract, we get this error:
The error occurs in
forwardHandlers/applyMethod
:Because argument
o
is a presence:Reproduction
The text was updated successfully, but these errors were encountered: