We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
create-react-app --help
--scripts-version
1 parent 8db5e33 commit 06dd17eCopy full SHA for 06dd17e
packages/create-react-app/createReactApp.js
@@ -89,6 +89,11 @@ const program = new commander.Command(packageJson.name)
89
'my-react-scripts'
90
)}`
91
);
92
+ console.log(
93
+ ` - a local path relative to the current working directory: ${chalk.green(
94
+ 'file:../my-react-scripts'
95
+ )}`
96
+ );
97
console.log(
98
` - a .tgz archive: ${chalk.green(
99
'https://mysite.com/my-react-scripts-0.8.2.tgz'
0 commit comments