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 6df1716 commit 710449fCopy full SHA for 710449f
lib/commands/doctor.js
@@ -139,7 +139,7 @@ class Doctor extends BaseCommand {
139
async checkPing () {
140
log.info('doctor', 'Pinging registry')
141
try {
142
- await ping({ ...this.npm.flatOptions, retry: false })
+ await ping({ ...this.npm.flatOptions, cache: false, retry: false })
143
return ''
144
} catch (er) {
145
if (/^E\d{3}$/.test(er.code || '')) {
0 commit comments