What does the 80001 prompt mean in vscode?

File name: cssnano.config.js

const path = require("path");

const config = {
  "discardComments": {
    "removeAll": true
  }
}
module.exports = config

clipboard.png

clipboard.png
compile error message with Parcel: what does Expected a valid Node.js module identifier (< string >) mean?

Menu