Getting this error after installing web3auth

any idea on how to get things working …

You have to use a lower version of react-scripts. The current version comes with webpack5 which is not working with moralis out of the box. You can use [email protected]

so i should re-run npx create-reac app or just change version in packaje.json ??

You can remove the node_modules folder, modify the version in the package.json and reinstall everything. npm install or yarn

1 Like