0

Why is it when i run npm run build in reactjs i encounter missing files?

enter image description here

this is the error i get

enter image description here

enter image description here

jsconfig.js

{
  "compilerOptions": {
    "baseUrl": "/"
  },
  "include": [
    "src"
  ]
}

UPDATE

  "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test",
    "test:cov": "npm test -- --coverage --watchAll=false",
    "test:debug": "react-scripts --inspect-brk test --runInBand",
    "eject": "react-scripts eject",
    "changelog": "auto-changelog --starting-version 3.0.0 --commit-limit false --hide-credit"
  },

0 Answers0