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 4c183b7 commit 52bc72fCopy full SHA for 52bc72f
packages/react-scripts/scripts/init.js
@@ -88,7 +88,7 @@ module.exports = function(appPath, appName, verbose, originalDirectory) {
88
}
89
90
console.log();
91
- console.log('Success! Created ' + appName + ' at ' + appPath + '.');
+ console.log('Success! Created ' + appName + ' at ' + appPath);
92
console.log('Inside that directory, you can run several commands:');
93
94
console.log(chalk.cyan(' npm start'));
0 commit comments