We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f801d8 commit 7c90e10Copy full SHA for 7c90e10
1 file changed
bin/npm-cli.js
@@ -75,6 +75,7 @@
75
npm.load(conf, function (er) {
76
if (er) return errorHandler(er)
77
if (
78
+ !npm.argv.includes('npm') &&
79
npm.config.get('update-notifier') &&
80
!unsupported.checkVersion(process.version).unsupported
81
) {
0 commit comments