From 1c4d9351d503b5ab0114e182f0af29ca37346243 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Wed, 27 Sep 2017 11:05:34 +0300 Subject: [PATCH] Add info message before calling packageJson --- src/command-line/install.js | 2 ++ 1 file changed, 2 insertions(+) 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) => {