You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Greetings 👋 I am having a situation with the @substreams/core package:
I have been upgrading my indexer to support the latest substreams strategies to develop such streamer however, on my stack I normally use bun but on this one I decided to keep yarn due to it was part of a monorepo. The issue started when trying to execute the code, complaining about dependencies, so I decided to change everything to bun and bun was not able to install the dependencies. So I moved to pnpm and had almost the same result as yarn... so at the end I ended up to use npm and moving the indexer away from the monorepo to isolate the app and do better debugging.
The settings of all my package managers are the default, so I am not sure if it is worth it to share it here. But I will share the screenshots below of the received errors per package manager.
yarn
pnpm
bun
As I read, it seems that the error is about a package dependencie that does not match with actual version and requires a higher version of the highlighted packages that shows on the errors. After fixing the dependencies version, I think this should be fixed.
Greetings 👋 I am having a situation with the
@substreams/core
package:I have been upgrading my indexer to support the latest substreams strategies to develop such streamer however, on my stack I normally use
bun
but on this one I decided to keepyarn
due to it was part of a monorepo. The issue started when trying to execute the code, complaining about dependencies, so I decided to change everything to bun andbun
was not able to install the dependencies. So I moved topnpm
and had almost the same result asyarn
... so at the end I ended up to usenpm
and moving the indexer away from the monorepo to isolate the app and do better debugging.The settings of all my package managers are the default, so I am not sure if it is worth it to share it here. But I will share the screenshots below of the received errors per package manager.
yarn
pnpm
bun
package.json
Kernel Information:
Linux andler-popos 6.2.6-76060206-generic #202303130630~1681329778~22.04~d824cd4 SMP PREEMPT_DYNAMIC Wed A x86_64 x86_64 x86_64 GNU/Linux
Distribution Details:
The text was updated successfully, but these errors were encountered: