-
Hey Everyone, Following along with Lesson 8, when I add on ethers-5.6.esm.js, I get the following error in my Firefox browser:
I have tried searching around online for solutions, but hardly any of the suggestions I found appear to help address this specific use case. The only suggestion I found so far was to update Firefox's Independently, I tried to ensure I had the latest updates installed for my web browser, and disabled all extensions except for MetaMask to make sure I'm not missing something basic. I could just skip this lesson and continue along, but curious to see what the best solution is, as I'm sure issues like this could come up in future projects. Has anyone else faced anything similar? If so, how did you resolve it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This was even simpler than I thought - there was a typo in the file name. I called this Sorry about that 😅 |
Beta Was this translation helpful? Give feedback.
This was even simpler than I thought - there was a typo in the file name. I called this
ethers-5.6.esm.js
above, but it should have beenethers-5.6.esm.min.js
.Sorry about that 😅