web3modal icon indicating copy to clipboard operation
web3modal copied to clipboard

[bug] TypeError: Failed to resolve module specifier '[email protected]'

Open danialj opened this issue 1 year ago • 1 comments

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 '[email protected]' 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"

danialj avatar Aug 27 '24 17:08 danialj

Can you share with us a minimal reproducible example ?

rtomas avatar Sep 04 '24 13:09 rtomas