You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sadly I do not have a reproduction. In my codebase I have a vite service running esbuild to compile my code and I am getting an error after the first compilation step:
10:04:40 AM [vite] Internal server error: The service is no longer running
Plugin: vite:esbuild
With a stacktrace of:
at <anonymous> (…/node_modules/.pnpm/esbuild@0.21.5/node_modules/esbuild/lib/main.js:739:38)
Nothing here tells me why and what is happening. I traced the issue down and it looks like this line is called:
Sadly I do not have a reproduction. In my codebase I have a vite service running esbuild to compile my code and I am getting an error after the first compilation step:
With a stacktrace of:
Nothing here tells me why and what is happening. I traced the issue down and it looks like this line is called:
esbuild/lib/npm/node.ts
Line 286 in d34e79e
Somehow the std of the spawned child process is closed, this does not clean up the internal child process.
The text was updated successfully, but these errors were encountered: