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
npx convex dev -v --once was showing a spinner with the message Bundling modules for Convex's runtime... and then ending without much indication of failure.
I monkey-patched the code under node_modules and got it to cough up the error that it seemed to have been swallowing:
esBuild error Error: The package "@esbuild/darwin-x64" could not be found, and is needed by esbuild.
Installing that package fixed the issue.
The text was updated successfully, but these errors were encountered:
npx convex dev -v --once
was showing a spinner with the messageBundling modules for Convex's runtime...
and then ending without much indication of failure.I monkey-patched the code under node_modules and got it to cough up the error that it seemed to have been swallowing:
Installing that package fixed the issue.
The text was updated successfully, but these errors were encountered: