mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-01-12 22:46:30 +08:00
Remove the . at the end of the init message (#760)
Otherwise it makes it an invalid path :(
This commit is contained in:
committed by
Dan Abramov
parent
4c183b729a
commit
52bc72fbde
2
packages/react-scripts/scripts/init.js
vendored
2
packages/react-scripts/scripts/init.js
vendored
@@ -88,7 +88,7 @@ module.exports = function(appPath, appName, verbose, originalDirectory) {
|
||||
}
|
||||
|
||||
console.log();
|
||||
console.log('Success! Created ' + appName + ' at ' + appPath + '.');
|
||||
console.log('Success! Created ' + appName + ' at ' + appPath);
|
||||
console.log('Inside that directory, you can run several commands:');
|
||||
console.log();
|
||||
console.log(chalk.cyan(' npm start'));
|
||||
|
||||
Reference in New Issue
Block a user