From 7230f0ab26a289df77b2f4b84a5cf88fc517805a Mon Sep 17 00:00:00 2001 From: Brad Johnson Date: Tue, 10 Jul 2018 18:43:54 -0600 Subject: [PATCH] Update npm audit fix message to provide more instruction --- lib/audit.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/audit.js b/lib/audit.js index 18add4c646922..d0b9b10ba2985 100644 --- a/lib/audit.js +++ b/lib/audit.js @@ -245,7 +245,8 @@ function auditCmd (args, cb) { if (installMajor) { output(' (installed due to `--force` option)') } else { - output(' (use `npm audit fix --force` to install breaking changes; or do it by hand)') + output(' (use `npm audit fix --force` to install breaking changes;' + + ' or refer to `npm audit` for steps to fix these manually)') } } }