-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Sometimes can't install esbuild with 3rd-party registry #921
Copy link
Copy link
Closed
Labels
Description
events.js:292
throw er; // Unhandled 'error' event
^
Error: spawn F:\projects\test\my-vue-app\node_modules\esbuild\esbuild.exe ENOENT
at Process.ChildProcess._handle.onexit (internal/child_process.js:269:19)
at onErrorNT (internal/child_process.js:465:16)
at processTicksAndRejections (internal/process/task_queues.js:80:21)
Emitted 'error' event on ChildProcess instance at:
at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
at onErrorNT (internal/child_process.js:465:16)
at processTicksAndRejections (internal/process/task_queues.js:80:21) {
errno: -4058,
code: 'ENOENT',
syscall: 'spawn F:\\projects\\test\\my-vue-app\\node_modules\\esbuild\\esbuild.exe',
path: 'F:\\projects\\test\\my-vue-app\\node_modules\\esbuild\\esbuild.exe',
spawnargs: [ '--service=0.8.55', '--ping' ]
}
The problem was solved after I rolled back esbuild to 0.8.54
Reactions are currently unavailable