diff --git a/lib/utils/update-notifier.js b/lib/utils/update-notifier.js index 2c839bfeff843..1b3e21d878b94 100644 --- a/lib/utils/update-notifier.js +++ b/lib/utils/update-notifier.js @@ -24,6 +24,7 @@ const updateCheck = async (npm, spec, version, current) => { // always prefer latest, even if doing --tag=whatever on the cmd defaultTag: 'latest', ...npm.flatOptions, + cache: false, }).catch(() => null) // if pacote failed, give up