We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was trying to use "npm create convex@latest" to set up an app to test out convex database and functions and ran into this error.
my setup:
node: v22.12.0 "@convex-dev/auth": "^0.0.81", "convex": "^1.23.0", "next": "15.2.3", "react": "^19.0.0", "react-dom": "^19.0.0"
I basically only ran "npm create convex@latest" and "npm run dev" in my terminal, and here's the error message:
✔ 15:00:33 Convex functions ready! (4.17s) error: unknown option '--once'' (Did you mean --once?) Usage: convex dev [options]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I was trying to use "npm create convex@latest" to set up an app to test out convex database and functions and ran into this error.
my setup:
I basically only ran "npm create convex@latest" and "npm run dev" in my terminal, and here's the error message:
The text was updated successfully, but these errors were encountered: