Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
audit: update fix message to provide more instruction (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradsk88 authored and zkat committed Jul 14, 2018
1 parent ab3c62a commit c1dad1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/audit.js
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,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)')
}
}
}
Expand Down

0 comments on commit c1dad1e

Please sign in to comment.