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:
Martin Konicek 2016-12-09 13:04:57 -08:00 коммит произвёл Facebook Github Bot
Родитель f99f10c7ab
Коммит 1103a91d8d
1 изменённых файлов: 1 добавлений и 1 удалений

2
react-native-cli/index.js поставляемый
Просмотреть файл

@ -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');
}