Replies: 4 comments 16 replies
-
Hello @thdevnit, try editing your package.json web3uikit: |
Beta Was this translation helpful? Give feedback.
-
Try changing it might get changed back to |
Beta Was this translation helpful? Give feedback.
-
@thdevnit Had the same issue, I started with a clean slate from the beginning of the lesson (thank god for Github). After 'yarn create next-app .' instead of following the terminal commands to install Moralis and web3uikit as per Patrick's instructions I copy-pasted the package.json file contents in the repo into my local package.json file (with all the same versions as Patrick uses) and typed 'yarn install' in the terminal. This will install all the dependencies (both Moralis and web3uikit have newer versions) with the correct versions that are able to work with eachother: I suspect that the newer versions of both Moralis and Web3UIkit don't work well together). After doing so all the problems you mentioned went away. On a sidenote; my node did spit out a bunch of warnings pertaining to -Module not found: Error: Can’t resolve ‘magic-sdk’-. I found that installing 'yarn add magic-sdk @walletconnect/web3-provider @web3auth/web3auth' fixed these warning messages and let me continue with the course. I hope this helps for you brother. If not, let us know. |
Beta Was this translation helpful? Give feedback.
-
您好,您的邮件已经收到。
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
This is my Header.js codes
This is my Index.js
This is my package.json file
when i run command
yarn run dev
It's showing errorCan someone please assist me with this problem.
Beta Was this translation helpful? Give feedback.
All reactions