ipfs-examples / js-ipfs-examples

Collection of js-ipfs examples
248 stars 157 forks source link

problem in the package "npm ipfs-http-client" #477

Open Prithvi9535 opened 2 years ago

Prithvi9535 commented 2 years ago

Screenshot from 2022-09-07 16-06-52 when i am using ipfs package it showing "ERR_PACKAGE_PATH_NOT_EXPORTED"

fonzarely commented 2 years ago

Same with ipfs-core.

iHaroon29 commented 1 year ago

@fonzarely @Prithvi9535 You need to use "await import()" to load those modules or use es6 import function. I did the same and it's working just fine