docxjs icon indicating copy to clipboard operation
docxjs copied to clipboard

Errors "ENOENT: no such file or directory"

Open mvshvets opened this issue 6 months ago • 0 comments

Describe the bug Errors "ENOENT: no such file or directory" when building the project

Document

Expected behavior There are no errors

Screenshots image

Desktop (please complete the following information):

  • OS: macOS

Additional context My package.json

"dependencies": {
    "@testing-library/jest-dom": "^5.17.0",
    "@testing-library/react": "^13.4.0",
    "@testing-library/user-event": "^13.5.0",
    "@types/jest": "^27.5.2",
    "@types/node": "^16.18.103",
    "@types/react": "^18.3.3",
    "@types/react-dom": "^18.3.0",
    "framer-motion": "^11.3.12",
    "docx-preview": "0.3.2",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-router-dom": "^6.26.1",
    "react-scripts": "5.0.1",
    "sass": "^1.77.8",
    "typescript": "^4.9.5",
    "web-vitals": "^2.1.4"
  },

mvshvets avatar Aug 22 '24 13:08 mvshvets