Lesson 10: Module not found: Can't resolve './lib/browser/Parse.js' #5073
Answered
by
chopperttt
chopperttt
asked this question in
Q&A
-
Hi guys, I'm getting this error at lesson 10 16:58:32 mark. I don't have the _app.js page at initialization so I just created new file manually. Is that why? |
Beta Was this translation helpful? Give feedback.
Answered by
chopperttt
Mar 13, 2023
Replies: 1 comment
-
Sorry nevermind! I went on https://www.npmjs.com/package/react-moralis and found that the dependency has changed to: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
chopperttt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry nevermind!
I went on https://www.npmjs.com/package/react-moralis
and found that the dependency has changed to:
yarn add react react-dom moralis-v1 react-moralis
and I added that instead and it worked!