-
Notifications
You must be signed in to change notification settings - Fork 385
Closed
Description
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
The stellar sdk version is missing the stellar-sdk and soroban-client dependecies.
Details
These details can help to reproduce the environment the issue is occurring
Local Environment: @subql/cli/5.4.0 wsl-x64 node-v20.12.0
Query Version: [Where do I get this info?]
Indexer Version: [Where do I get this info?]
Network Details:
- [Stellar]
- [N/A]
- [N/A]
Steps to Reproduce
- npm install -g @subql/cli
- subql init
- Select
Stellaras the network - Select first template
- Default RPC
- cd to the new created folder
- Yarn install to install dependencies
- make changes to the
schema.graphql - run yarn codegen
Example project: https://github.com/RafaDSan/trustful-stellar-backend/tree/testing-subql/trustful-stellar-testing
Expected behavior: All dependecies should be correctly placed
Actual behavior:
yarn codegen
yarn run v1.22.22
$ subql codegen
===============================
---------Subql Codegen---------
===============================
Error: Failed to build /home/rascar/trustful-stellar/trustful-stellar-backend/trustful-stellar-testing/project.ts: Error: Cannot find module 'stellar-sdk'
Any other information
Is there any other information you would like to add?
Metadata
Metadata
Assignees
Labels
No labels