You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.
I keep getting this while trying to run yarn dev.. I've changed versions of my Moralis packages several times, even switched between Moralis and moralis-v1. also re-added node_modules. But still stuck
error - ./node_modules/react-moralis/lib/index.esm.js:3:0
Module not found: Can't resolve 'moralis-v1'
Import trace for requested module:
./pages/_app.js
https://nextjs.org/docs/messages/module-not-found
wait - compiling...
error - ./node_modules/react-moralis/lib/index.esm.js:3:0
Module not found: Can't resolve 'moralis-v1
The text was updated successfully, but these errors were encountered:
The fix for me was to use the package.json of the main branch from the repo. I tried to setup a new project, but it seems like there's some version problem. You can try with the following:
I keep getting this while trying to run yarn dev.. I've changed versions of my Moralis packages several times, even switched between Moralis and moralis-v1. also re-added node_modules. But still stuck
error - ./node_modules/react-moralis/lib/index.esm.js:3:0
Module not found: Can't resolve 'moralis-v1'
Import trace for requested module:
./pages/_app.js
https://nextjs.org/docs/messages/module-not-found
wait - compiling...
error - ./node_modules/react-moralis/lib/index.esm.js:3:0
Module not found: Can't resolve 'moralis-v1
you can run "yarn add moralis-v1"
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I keep getting this while trying to run yarn dev.. I've changed versions of my Moralis packages several times, even switched between Moralis and moralis-v1. also re-added node_modules. But still stuck
The text was updated successfully, but these errors were encountered: