web3uikit ERROR! #2373
-
error - ./node_modules/react-moralis/lib/index.esm.js:3:0 I'm getting this error whenever I try to run yarn dev, it is caused because of web3uikit, I tried to delete my node modules and copy the package.json but still the same error |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 19 replies
-
@Agastya221 Check is it same dependencies like these: {
"name": "nextjs-moralis-nft-marketplace",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"moralis:sync": "moralis-admin-cli connect-local-devchain --chain hardhat --moralisSubdomain ouge3888taph.usemoralis.com --frpcPath ./frp/frpc",
"moralis:cloud": "moralis-admin-cli watch-cloud-folder --moralisSubdomain ouge3888taph.usemoralis.com --autoSave 1 --moralisCloudfolder ./cloudFunctions"
},
"dependencies": {
"magic-sdk": "^9.0.0",
"moralis": "^1.5.11",
"moralis-admin-cli": "^2.1.16",
"next": "12.1.5",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-moralis": "^1.3.5",
"web3uikit": "^0.0.133"
},
"devDependencies": {
"autoprefixer": "^10.4.5",
"dotenv": "^16.0.0",
"eslint": "8.14.0",
"eslint-config-next": "12.1.5",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.24"
}
} |
Beta Was this translation helpful? Give feedback.
-
@alymurtazamemon @Agastya221 We should install: This is what I did and it works for me; now package.json looks like this:
|
Beta Was this translation helpful? Give feedback.
@Agastya221 Check is it same dependencies like these: