We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9754b17 commit c7a592cCopy full SHA for c7a592c
lib/utils/update-notifier.js
@@ -24,6 +24,7 @@ const updateCheck = async (npm, spec, version, current) => {
24
// always prefer latest, even if doing --tag=whatever on the cmd
25
defaultTag: 'latest',
26
...npm.flatOptions,
27
+ cache: false,
28
}).catch(() => null)
29
30
// if pacote failed, give up
0 commit comments