DEV Community

Discussion on: Uploading Files to IPFS from a Web Application

Collapse
 
kevinleeming profile image
Ming-Jung Lee

I use vite and react to develop,, after implementing this method,, I got some errors ->
Uncaught SyntaxError: The requested module '/node_modules/merge-options/index.js?v=7ace0d54' does not provide an export named 'default'

Really dont know how to solve this? are there some problems like curly braces in
import { create } from 'ipfs-http-client'; ???

Collapse
 
kevinleeming profile image
Ming-Jung Lee

@dabit3 Thx~~