We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6b2656 commit 559992bCopy full SHA for 559992b
packages/create-astro/src/index.ts
@@ -253,7 +253,7 @@ export async function main() {
253
`Run ${bold(cyan(devCmd))} to start the Astro dev server. ${bold(cyan('CTRL-C'))} to close.`
254
);
255
if (!installResponse.install) {
256
- console.log(yellow(`Remember to ${'install dependencies'} first!`));
+ console.log(yellow(`Remember to install dependencies first!`));
257
}
258
console.log(`\nStuck? Come join us at ${bold(cyan('https://astro.build/chat'))}`);
259
0 commit comments