diff --git a/src/cli/commands/install.js b/src/cli/commands/install.js index 077d194c4b..80ff708cfa 100644 --- a/src/cli/commands/install.js +++ b/src/cli/commands/install.js @@ -329,7 +329,7 @@ export class Install { // warn if we have a shrinkwrap if (await fs.exists(path.join(this.config.cwd, 'npm-shrinkwrap.json'))) { - this.reporter.error(this.reporter.lang('shrinkwrapWarning')); + this.reporter.warn(this.reporter.lang('shrinkwrapWarning')); } let patterns: Array = [];