Skip to content

Conversation

@sethconvex
Copy link
Contributor

npm 11 broke passing through config flags with npm create.
Replaced 'npm create convex@latest --' with 'npx create-convex@latest'
and 'npm create convex --' with 'npx create-convex'.

npm 11 broke passing through config flags with npm create.
Replaced 'npm create convex@latest --' with 'npx create-convex@latest'
and 'npm create convex --' with 'npx create-convex'.
Fixed double spaces after 'npx create-convex@latest' and 'npx create-convex'
commands (e.g., 'npx create-convex@latest  -t' -> 'npx create-convex@latest -t').
@sethconvex
Copy link
Contributor Author

closing as this will be addressed via a different route.

@sethconvex sethconvex closed this Dec 19, 2025
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

Successfully merging this pull request may close these issues.

3 participants