We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab0f026 commit 89f4432Copy full SHA for 89f4432
lib/npm.js
@@ -227,7 +227,7 @@
227
loadErr = er
228
if (er) return cb_(er)
229
if (npm.config.get('force')) {
230
- log.warn('using --force', 'I sure hope you know what you are doing.')
+ log.warn('using --force', 'Installing semver-major updates to top-level dependencies, not just semver-compatible ones.')
231
}
232
npm.config.loaded = true
233
loaded = true
0 commit comments