Skip to content

Commit 1103a91

Browse files
Martin KonicekFacebook Github Bot
authored andcommitted
CLI: Remove message 'This might take a while'
Summary: We now show the npm progress bar. Reviewed By: mkonicek Differential Revision: D4307964 Ninja: OSS only, nit fbshipit-source-id: 7338ab08abe8cf6354f9a9c6d36c51b0cffc69ee
1 parent f99f10c commit 1103a91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-native-cli/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ function run(root, projectName, options) {
277277
installCommand += ' --verbose';
278278
}
279279
} else {
280-
console.log('Installing ' + getInstallPackage(rnPackage) + '. This might take a while...');
280+
console.log('Installing ' + getInstallPackage(rnPackage) + '...');
281281
if (!forceNpmClient) {
282282
console.log('Consider installing yarn to make this faster: https://yarnpkg.com');
283283
}

0 commit comments

Comments
 (0)