Lesson 14 if someone facing isssue while running borrow js TypeError: Cannot read properties of undefined (reading 'JsonRpcProvider') #4789
deep0072
started this conversation in
Show and tell
Replies: 1 comment
-
Thanks for heads up. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
if someone facing an issue while running borrow js
TypeError: Cannot read properties of undefined (reading 'JsonRpcProvider')
The fix for me was to downgrade "ethers" to version 5.4 in the package.json, then the folder, and lastly npm install or yarn install to install ethers again.
Beta Was this translation helpful? Give feedback.
All reactions