Module parse failed: Unexpected token #3421
Unanswered
malm0d
asked this question in
Developer Support
Replies: 1 comment 1 reply
-
Hi, this is mostly a problem with the bundler configuration, I'd suggest updating it or you can try the CDN config, I have an example on how to import it here |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to migrate from WalletConnect V1 to V2.
I was using
@walletconnect/web3-provider
and now I'm trying to use@walletconnect/ethereum-provider
as per the official docs for migrating v1 to v2.However in my code, after I try to import
EthereumProvider
as in:import { EthereumProvider } from "@walletconnect/ethereum-provider";
, I get the following error message:I'm very certain this is some dependency issue on my end, and not a bug. Here is my package.json:
Does anyone have any advise to offer to resolve that error?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions