-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[bug] downgrade libp2p #3876
Comments
Thank you for submitting your first issue to this repository! A maintainer will be here shortly to triage and review.
Finally, remember to use https://discuss.ipfs.io if you just need general support. |
One thing note mentioning here is that to reproduce the error one better use yarn v2 with PnP enabled |
A new version of js-ipfs (0.59) went out today with the newest js-libp2p that fixes this. Can you please upgrade and see if that resolve the issue for you? Thanks! |
Please open a new issue if its still an issue with 0.59+ |
Version:
0.10.6 and older versions
Platform:
64bit windows
Subsystem:
libp2p
Severity:
Critical
Description:
The latest version of libp2p has broken dependencies. It is also reported here : libp2p/js-libp2p#986
Error:
D:/React-WorkSpace/COSC2410_SEM_2_2021/.yarn/cache/libp2p-npm-0.32.4-fe607aff53-99957c9e00.zip/node_modules/libp2p/src/dialer/index.js Module not found: libp2p tried to access abortable-iterator, but it isn't declared in its dependencies; this makes the require call ambiguous and unsound.
Steps to reproduce the error:
Add latest ipfs-core to a project and try to start the server.
The text was updated successfully, but these errors were encountered: