-
Notifications
You must be signed in to change notification settings - Fork 1.2k
ERR_PACKAGE_PATH_NOT_EXPORTED for ipfs-core #4125
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. |
I resolved this loading the module via const IPFS = await import('ipfs-core') instead of requiring it. |
Ok so with js it works fine but with typescript it keeps crashing ... |
For typescript users : If you keep |
@wouldgo After lost so many time searching a solution between it closed issues without reason, Your reply solved my problem, thanks for this! |
Version:
ipfs-core
: 0.15.1Platform:
Linux ae47c7682c9d 5.4.0-88-generic # 99-Ubuntu SMP Thu Sep 23 17:29:00 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Severity:
Medium - A non-essential functionality does not work, performance issues, etc.
Description:
So i just setup the new ipfs project and when i was trying to start the program i got an error.
The text was updated successfully, but these errors were encountered: