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 53f1dbf commit 5f2cff9Copy full SHA for 5f2cff9
packages/create-react-app/createReactApp.js
@@ -454,7 +454,7 @@ function run(
454
console.log(
455
`Installing ${chalk.cyan('react')}, ${chalk.cyan(
456
'react-dom'
457
- )}, ${chalk.cyan('sass')} and ${chalk.cyan(packageInfo.name)}${
+ )}, ${chalk.cyan('sass')} and ${chalk.cyan(packageInfo.name)}${
458
supportsTemplates ? ` with ${chalk.cyan(templateInfo.name)}` : ''
459
}...`
460
);
0 commit comments