Skip to content

Fix npm create command for npm 11 compatibility#244

Open
sethconvex wants to merge 2 commits intomainfrom
seth/npm11createFix
Open

Fix npm create command for npm 11 compatibility#244
sethconvex wants to merge 2 commits intomainfrom
seth/npm11createFix

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').
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.

2 participants