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 60691e6 commit b4b3d02Copy full SHA for b4b3d02
packages/create-react-app/createReactApp.js
@@ -256,7 +256,7 @@ function run(
256
const packageToInstall = getInstallPackage(version);
257
const allDependencies = ['react', 'react-dom', packageToInstall];
258
259
- console.log('Installing packages. This might take a couple minutes.');
+ console.log('Installing packages. This might take a couple of minutes.');
260
getPackageName(packageToInstall)
261
.then(packageName => checkIfOnline(useYarn).then(isOnline => ({
262
isOnline: isOnline,
0 commit comments