node --trace-warnings ...I encounter a diffult. Does the displayed error relate to the version of node used?
In my apps.js file I have entered the const path.
I work with express, nodejs, and mongo db.
My user can create their own sauce.
But when I write nodemon server I have this message on my terminal VSC. I have v16.13.1 of nodejs.
//app.js//
const path = require("path");
app.use("/images", express.static(path.join(__dirname, "images")));