mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-06-19 21:29:36 +08:00
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
This commit is contained in:
committed by
Facebook Github Bot
parent
f99f10c7ab
commit
1103a91d8d
2
react-native-cli/index.js
vendored
2
react-native-cli/index.js
vendored
@@ -277,7 +277,7 @@ function run(root, projectName, options) {
|
||||
installCommand += ' --verbose';
|
||||
}
|
||||
} else {
|
||||
console.log('Installing ' + getInstallPackage(rnPackage) + '. This might take a while...');
|
||||
console.log('Installing ' + getInstallPackage(rnPackage) + '...');
|
||||
if (!forceNpmClient) {
|
||||
console.log('Consider installing yarn to make this faster: https://yarnpkg.com');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user