diff --git a/src/command-line/install.js b/src/command-line/install.js index 59507f45..83ddcc01 100644 --- a/src/command-line/install.js +++ b/src/command-line/install.js @@ -21,6 +21,8 @@ program return; } + log.info("Retrieving information about the package..."); + packageJson(packageName, { fullMetadata: true }).then((json) => {