Open vplasencia opened 3 weeks ago
Hey @vplasencia , would like to work on this task. Any additional context would be appreciated. Thanks!
Hey @0xshikhar do you want me to assign you this issue?
If I follow these steps I see the error:
1- Clone the semaphore repo
2- Run yarn
3- Run yarn build
4- Run yarn build
(or yarn build:subgraph
)
Then I see the error.
Let me know if you see it too?
If I remove the node_modules
folder inside the subgraph app and I run yarn build
(or yarn build:subgraph
) again, it works fine.
Hi @vplasencia, yes I can regenerate this issue by following the above process. I can work on this. Thanks!
Hey @0xshikhar! I just assigned the issue to you. Feel free to ask any questions you may have.
Hey @vplasencia , let me know your views about the pull request
Hey @0xshikhar! Thank you very much for creating the PR. I will review it asap.
Description
Every time I switch branch in the project and run
yarn
and thenyarn build:subgraph
, I get this error:If I remove the
node_modules
folder inside the subgraph project, and runyarn build:subgraph
again, it works well.