Can't resolve 'moralis-v1' #5568
-
Hey guys i am on lesson 10, the front-end of raffle contract. I getting stuck when i call the useMoralis() hook, the console is displaying the error Can't resolve 'moralis-v1'. I spent about 2days trying to debug the error now I'm stuck and don't know what to do. Please help!!!! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Here are the versions of moralis and react-moralis i am using... |
Beta Was this translation helpful? Give feedback.
-
@same871 write this command in your terminal |
Beta Was this translation helpful? Give feedback.
-
I getting this error until I configure
|
Beta Was this translation helpful? Give feedback.
@same871 write this command in your terminal
try this if you are using yarn
yarn add moralis-v1
try this if you are using npm
npm i moralis-v1