-
Notifications
You must be signed in to change notification settings - Fork 42
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
bug: @libp2p/bootstrap and @libp2p/interface peer dependencies not correctly added #2199
Comments
Btw, this happened in the past with other people already, see:
But the solution if exists is un-documented. Possible cause of the bug - credits to https://discordapp.com/channels/1110799176264056863/1111533561489653790/1180252103927681176 : |
Amazing, thanks for your prompt reactivity. I'm looking at this asap. |
Closing as it seems to be working fine :) |
Sorry for the delay. I finally had time to test. It works fine! 🙏 Just a question, upon writing
and it blocks the entire execution, as it seems it's not finding any peers... What is the recommended way to run this asynchronously? Code called that blocks execution:
Is it not finding peers because no existing node support |
Hey there!
I get this error with @waku/sdk v0.0.29 when running
pnpm dev
(obviously done after havingpnpm install
successfully):After I try
pnpm add @libp2p/bootstrap
and run the app, I get the following error:So I try
pnpm add @libp2p/interface
and I get the following error:Minimal Repro with my setup (ESM, pnpm, TypeScript, backend Fastify): https://github.com/nicobao/waku-repro
The text was updated successfully, but these errors were encountered: