-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
docs: sv create
already installs dependencies
#14095
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
Conversation
|
sv create
already installs dependencies
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
@benmccann When would a user select None? My guess is when they mean "Other"? Should it be the last option rather than the first and renamed? Maybe not since "none" is what the outcome is. |
You might select "None" if you want to see the output to see what's created without waiting for the install process to complete. Or maybe you know there are some tweaks you want to make like changing the packages in |
FYI: I select none most of the time to add more stuff before actually doing an install. |
npx sv create my-app
actually prompts you to choose a package manager and install dependencies. You don't need to runnpm install
.closes #14094
Please don't delete this checklist! Before submitting the PR, please make sure you do the following:
Changesets
pnpm changeset
and following the prompts. Changesets that add features should beminor
and those that fix bugs should bepatch
. Please prefix changeset messages withfeat:
,fix:
, orchore:
.Edits