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
As of writing, create-convex installs packages with npm without any option to skip it. This is problematic, because if I use another package manager or runtime, I would still have to wait the long process for the install, then delete the lockfile and node_modules folder, then install the packages myself.
Other CLIs ask for a package manager to use (npm, yarn, pnpm, or bun are the usual options), but at the very least, it should let you skip the install.
The text was updated successfully, but these errors were encountered:
As of writing,
create-convex
installs packages with npm without any option to skip it. This is problematic, because if I use another package manager or runtime, I would still have to wait the long process for the install, then delete the lockfile andnode_modules
folder, then install the packages myself.Other CLIs ask for a package manager to use (npm, yarn, pnpm, or bun are the usual options), but at the very least, it should let you skip the install.
The text was updated successfully, but these errors were encountered: