Lesson 10 error in webuikit #1668
Replies: 2 comments 4 replies
-
Show package.json |
Beta Was this translation helpful? Give feedback.
-
Okay here are a couple working solutions: 1: You can use the web3uikit version specified in Patricks repo
so you can paste
and import it as such
When you download the newest version of web3uikit, it might throw and errror when you start up nextjs, If it does, delete the node_module folder and yarnLock and run yarn in your front end directory to reinstall everything |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If anyone gets this error try another method
add this=
yarn add @web3uikit/web3
It will work.
Beta Was this translation helpful? Give feedback.
All reactions