Skip to content
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

Algorand Build Issue Cannot read properties of undefined (reading 'sync') #2530

Closed
3 tasks done
jamesbayly opened this issue Aug 12, 2024 · 1 comment · Fixed by #2534
Closed
3 tasks done

Algorand Build Issue Cannot read properties of undefined (reading 'sync') #2530

jamesbayly opened this issue Aug 12, 2024 · 1 comment · Fixed by #2534

Comments

@jamesbayly
Copy link
Contributor

Prerequisites

  • Are you running the latest version(s)?
  • Have you searched the documentation for your issue?
  • Did you search for an existing issue or pull request?

Description

Running the Algorand Starter shows the following error TypeError: Cannot read properties of undefined (reading 'sync')

Details

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.
@jamesbayly jamesbayly changed the title Algorand Build Issue Algorand Build Issue Cannot read properties of undefined (reading 'sync') Aug 12, 2024
@ratik
Copy link

ratik commented Aug 12, 2024

try ver 5.1.1 of @subql/cli

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants