Error when running yarn codegen <network>
after running yarn build
inside the subgraph app
#915
Labels
bug 🐛
Something isn't working
devops 🔧
Operations management and dev tools
good first issue
Good for newcomers
Description
The error is the same as the issue: #876. It is solved (PR: #884) when building the subgraph from the root project directory but not when building the subgraph inside the
apps/subgraph
application. It would be nice to solve it inside the subgraph app since it's used to deploy the subgraphs.Reproduce the error
Steps:
1- Go to the subgraph project:
cd apps/subgraph
2- Run
yarn
3- Run
yarn build:sepolia
4- Run
yarn codegen sepolia
The text was updated successfully, but these errors were encountered: