We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8124fb5 commit 339c2efCopy full SHA for 339c2ef
.changeset/sour-snakes-wonder.md
@@ -0,0 +1,5 @@
1
+---
2
+"create-astro": patch
3
4
+
5
+Update dependency installation grammar
packages/create-astro/src/actions/dependencies.ts
@@ -23,7 +23,7 @@ export async function dependencies(
23
await info('--dry-run', `Skipping dependency installation`);
24
} else if (deps) {
25
await spinner({
26
- start: `Dependencies installing with ${ctx.pkgManager}...`,
+ start: `Installing dependencies with ${ctx.pkgManager}...`,
27
end: 'Dependencies installed',
28
while: () => {
29
return install({ pkgManager: ctx.pkgManager, cwd: ctx.cwd }).catch((e) => {
0 commit comments