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
The [plugin:vite:esbuild] The service is no longer running error indicates that esbuild, used by Vite for code transformation, has stopped working unexpectedly. can you give me the solutions please
The error message says it failed to load vite.config.ts which under the hood was firstly bundled by esbuild then imported into JS runtime (like Node.js). So you can try to locate the bug yourself by starting from a fresh vite config and adds your stuff one by one and see what stops working.
If you can't find out, you can post a more detailed reproduction.
Hello @Salahadinedev0. Please provide a minimal reproduction using a GitHub repository or StackBlitz. Issues marked with needs reproduction will be closed if they have no activity within 3 days.
Description
The [plugin:vite:esbuild] The service is no longer running error indicates that esbuild, used by Vite for code transformation, has stopped working unexpectedly. can you give me the solutions pleaseSuggested solution
Alternative
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: