I am developing a web page using JavaScript and HTML, everything was working good when I have received this list of errors from my HTML page:
It might be a wrong path. Ensure in your main app file you have:
app.use(express.static(path.join(__dirname,"public")));
Example link to your css as:
similar for link to js files: