reown-com / appkit

The full stack toolkit to build onchain app UX
https://reown.com/appkit
Apache License 2.0
4.84k stars 1.36k forks source link

[bug] TypeError: Failed to resolve module specifier '..-node_modules-@web3modal-ui-dist-esm-index.CfY9nOUx.js' #2755

Open danialj opened 3 weeks ago

danialj commented 3 weeks ago

Link to minimal reproducible example

npm run build:h5, prompt failed to resolve module

Summary

when i run : npm run build:h5, build complete. then i upload to web server. when i run in chrome, the console prompt error: TypeError: Failed to resolve module specifier '..-node_modules-@web3modal-ui-dist-esm-index.CfY9nOUx.js' in client.js. the client.js file is: @web3modal/scaffold/dist/esm/src/client.js.

how can i resolve this problem? thanks very much.

List of related npm package versions

"@web3modal/ethers": "5.1.1"

rtomas commented 2 weeks ago

Can you share with us a minimal reproducible example ?