Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI silently fails on esbuild error #18

Open
bstime-tol opened this issue Nov 19, 2024 · 1 comment
Open

CLI silently fails on esbuild error #18

bstime-tol opened this issue Nov 19, 2024 · 1 comment

Comments

@bstime-tol
Copy link

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.

@bstime-tol
Copy link
Author

Convex CLI "version": "1.17.0"
...running on MacOS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant