Skip to content

Commit 89f4432

Browse files
committed
Update log warning for audit fix --force
1 parent ab0f026 commit 89f4432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/npm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@
227227
loadErr = er
228228
if (er) return cb_(er)
229229
if (npm.config.get('force')) {
230-
log.warn('using --force', 'I sure hope you know what you are doing.')
230+
log.warn('using --force', 'Installing semver-major updates to top-level dependencies, not just semver-compatible ones.')
231231
}
232232
npm.config.loaded = true
233233
loaded = true

0 commit comments

Comments
 (0)