Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
[expo-cli] Default to silent when installing node dependencies throug…
Browse files Browse the repository at this point in the history
…h init
  • Loading branch information
brentvatne committed Sep 9, 2020
1 parent e88d3cc commit 6154961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/expo-cli/src/commands/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ function resolvePackageManager(
async function installNodeDependenciesAsync(
projectRoot: string,
packageManager: 'yarn' | 'npm',
flags: { silent: boolean } = { silent: false }
flags: { silent: boolean } = { silent: true }
) {
const installJsDepsStep = CreateApp.logNewSection('Installing JavaScript dependencies.');
try {
Expand Down

0 comments on commit 6154961

Please sign in to comment.