Lesson 8: GET http://127.0.0.1:5500/ethers-5.6.esm.min 404 (Not Found) #4876
-
This is my code import { ethers } from "./ethers-5.6.esm.min"; const connectButton = document.getElementById("connectButton"); console.log(ethers); async function fund(ethAmount) { I got this error |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
@umairahmed88 I think you forgot the extension at the end |
Beta Was this translation helpful? Give feedback.
@umairahmed88 I think you forgot the extension at the end
import { ethers } from "./ethers-5.6.esm.min.js"