Web3Auth / web3auth-wagmi-connector

Web3Auth connector for wagmi
26 stars 23 forks source link

Module not found: Error: Can't resolve '@web3auth/web3auth-wagmi-connector' #114

Open pbfranceschin opened 8 months ago

pbfranceschin commented 8 months ago
pbfranceschin commented 8 months ago

note: tried node versions 20.10.0 and 18.16.0. same error.

geweidong commented 1 month ago

You should build the module in root , npm run build, then the dist file would be generated, and the demo can import from the dist file.