Lesson15: (Moralis FrontEnd) Module not found: Can't resolve 'web3uikit' #1259
-
Hello, I was in the beginning of moralis frontend development for the NFT Marketplace (Lesson15) I'm getting this error when running yarn dev:
I pushed my code to github, here is my repo: https://github.com/zahraha97/test-nextjs-marketplace Also, Im still getting this error but I'm ignoring it : " [webpack.cache.PackFileCacheStrategy] Caching failed for pack: Error: Unable to snapshot resolve dependencies" If anyone running my code from github, do this error also popup along with 'module not found'? Appreciate your help @alymurtazamemon Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 13 replies
-
Try using different version for web3uikit for me this worked |
Beta Was this translation helpful? Give feedback.
-
Merge the PRs in your GitHub repo, then git pull to your local repo. Then, uninstall node_modules. Now, do The above should fix your issue, let me know! |
Beta Was this translation helpful? Give feedback.
-
Refer this :- |
Beta Was this translation helpful? Give feedback.
-
I actually referred to this ConnectButton module not found #1184 and it works for me. |
Beta Was this translation helpful? Give feedback.
-
I ran into this problem, too. I tried the above version 1.0.170, but it still didn’t work. |
Beta Was this translation helpful? Give feedback.
I actually referred to this ConnectButton module not found #1184 and it works for me.