Next.js Discord

Discord Forum

Error while using npm run build

Unanswered
Clinton401 posted this in #help-forum
Open in Discord
whenever i try running npm run build, it throws this error and i don't know why
uncaughtException Error: kill EPERM
at ChildProcess.kill (node:internal/child_process:512:26)
at ChildProcessWorker.forceExit (C:\Users\clint\Downloads\Coding\Nextjs\glamourglow\node_modules\next\dist\compiled\jest-worker\index.js:1:12879)
at Timeout._onTimeout (C:\Users\clint\Downloads\Coding\Nextjs\glamourglow\node_modules\next\dist\compiled\jest-worker\index.js:1:8684)
at listOnTimeout (node:internal/timers:573:17)
at process.processTimers (node:internal/timers:514:7) {
errno: -4048,
code: 'EPERM',
syscall: 'kill'

2 Replies