when I run npm run dev Next.js unkown error [-4094]

Viewed 17

every time I run npm run dev I get this unkown error:

[Error: UNKNOWN: unknown error, readlink 'C:\Users\Jacob Mutale\OneDrive\Documents\webdev\NextJs\delicasa\.next\static\webpack\1428f0d33680ce2b.webpack.hot-update.json'] {
  errno: -4094,
  code: 'UNKNOWN',
  syscall: 'readlink',
  path: 'C:\\Users\\Jacob Mutale\\OneDrive\\Documents\\webdev\\NextJs\\delicasa\\.next\\static\\webpack\\1428f0d33680ce2b.webpack.hot-update.json'
}

I went to the file in the webpack folder and found this:

{"c":["pages/_app","pages/index","webpack"],"r":[],"m":[]}
0 Answers
Related