File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
apps/svelte.dev/content/docs/cli/20-commands Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,19 @@ Prevent typechecking from being added. Not recommended!
36
36
37
37
Run the command without the interactive add-ons prompt
38
38
39
+ ### ` --install <package-manager> `
40
+
41
+ Installs dependencies with a specified package manager:
42
+
43
+ - ` npm `
44
+ - ` pnpm `
45
+ - ` yarn `
46
+ - ` bun `
47
+ - ` deno `
48
+
39
49
### ` --no-install `
40
50
41
- Skip dependency installation
51
+ Prevents installing dependencies.
42
52
43
53
<!-- ## Programmatic interface
44
54
Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ You can select multiple space-separated add-ons from [the list below](#Official-
21
21
22
22
- ` -C ` , ` --cwd ` — path to the root of your Svelte(Kit) project
23
23
- ` --no-preconditions ` — skip checking preconditions <!-- TODO what does this mean? -->
24
- - ` --no-install ` — skip dependency installation
24
+ - ` --install ` — installs dependencies with a specified package manager
25
+ - ` --no-install ` — prevents installing dependencies
25
26
26
27
## Official add-ons
27
28
You can’t perform that action at this time.
0 commit comments