We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running the Algorand Starter shows the following error TypeError: Cannot read properties of undefined (reading 'sync')
TypeError: Cannot read properties of undefined (reading 'sync')
Algorand Starter Code
yarn && yarn dev yarn install v1.22.21 [1/4] 🔍 Resolving packages... success Already up-to-date. ✨ Done in 0.10s. yarn run v1.22.21 $ subql codegen && subql build && docker-compose pull && docker-compose up --remove-orphans =============================== ---------Subql Codegen--------- =============================== Project manifest generated to /Users/james/development/subquery/algorand-subql-starter/Algorand/algorand-starter/project.yaml * Schema Block generated ! * Schema Transaction generated ! * Schema Address generated ! * Models index generated ! * Types index generated ! Project manifest generated to /Users/james/development/subquery/algorand-subql-starter/Algorand/algorand-starter/project.yaml TypeError: Cannot read properties of undefined (reading 'sync') error Command failed with exit code 2.
The text was updated successfully, but these errors were encountered:
try ver 5.1.1 of @subql/cli
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Prerequisites
Description
Running the Algorand Starter shows the following error
TypeError: Cannot read properties of undefined (reading 'sync')
Details
Algorand Starter Code
The text was updated successfully, but these errors were encountered: