-
Team or ProjectNo response EnvironmentTestnet L2 block numberNo response Provide a brief description of the functionality you're trying to implement and the issue you are running into.I am facing the corresponding issue ! Uncaught SyntaxError: The requested module 'https://cdn.jsdelivr.net/npm/[email protected]/dist/index.min.js' does not provide an export named 'default' (at Enterdata.html:11:20)
Repo Link (Optional)No response Additional DetailsNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
It seems like you're encountering an issue with importing the IPFS library in your HTML file. The error message indicates that the module you're trying to import does not have a default export named 'create'. This is a common issue when the module's exports do not match the import statements in your code. To resolve this issue, you should check the documentation for the specific version of the IPFS library you are using ( For example, if the library exports Your feedback helps us serve you better. If this fully addresses your question, please give it a thumbs up. If it doesn't, please give it a thumbs down. This will inform the community and team so we can improve our support. |
Beta Was this translation helpful? Give feedback.
This package has been deprecated!!
js-IPFS has been deprecated in favour of Helia - please see ipfs/js-ipfs#4336 for details
This is the message from the author