web3modal
web3modal copied to clipboard
[bug] TypeError: Failed to resolve module specifier '[email protected]'
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"
Can you share with us a minimal reproducible example ?