npm / cli

the package manager for JavaScript
https://docs.npmjs.com/cli/
Other
8.49k stars 3.17k forks source link

[BUG] npm cli error when running npm -g install with various global packages #3335

Closed cofuente closed 3 years ago

cofuente commented 3 years ago

Is there an existing issue for this?

Current Behavior

After running the global update command from terminal I was prompted to update manually which led to the following npm ERR! cb() never called! error:

image

Debug log reads as follows:

0 verbose cli [
0 verbose cli   '/Users/cofuente/.nvm/versions/node/v14.11.0/bin/node',
0 verbose cli   '/Users/cofuente/.nvm/versions/node/v14.11.0/bin/npm',
0 verbose cli   '-g',
0 verbose cli   'install',
0 verbose cli   '@vue/cli@4.5.13',
0 verbose cli   'commitizen@4.2.4',
0 verbose cli   'eslint@7.27.0',
0 verbose cli   'expo-cli@4.5.0',
0 verbose cli   'heroku@7.54.0',
0 verbose cli   'node-gyp@8.1.0',
0 verbose cli   'npm-check-updates@11.6.0',
0 verbose cli   'npm@7.15.0',
0 verbose cli   'prettier@2.3.0'
0 verbose cli ]
1 info using npm@7.14.0
2 info using node@v14.11.0
3 timing npm:load:whichnode Completed in 1ms
4 timing config:load:defaults Completed in 2ms
5 timing config:load:file:/Users/cofuente/.nvm/versions/node/v14.11.0/lib/node_modules/npm/npmrc Completed in 1ms
6 timing config:load:builtin Completed in 1ms
7 timing config:load:cli Completed in 1ms
8 timing config:load:env Completed in 1ms
9 timing config:load:project Completed in 0ms
10 timing config:load:file:/Users/cofuente/.npmrc Completed in 1ms
11 timing config:load:user Completed in 1ms
12 timing config:load:file:/Users/cofuente/.nvm/versions/node/v14.11.0/etc/npmrc Completed in 0ms
13 timing config:load:global Completed in 0ms
14 timing config:load:validate Completed in 0ms
15 timing config:load:credentials Completed in 1ms
16 timing config:load:setEnvs Completed in 0ms
17 timing config:load Completed in 7ms
18 timing npm:load:configload Completed in 7ms
19 timing npm:load:setTitle Completed in 1ms
20 timing npm:load:setupLog Completed in 1ms
21 timing npm:load:cleanupLog Completed in 1ms
22 timing npm:load:configScope Completed in 0ms
23 timing npm:load:projectScope Completed in 0ms
24 timing npm:load Completed in 11ms
25 timing config:load:flatten Completed in 1ms
26 timing arborist:ctor Completed in 0ms
27 timing idealTree:init Completed in 7ms
28 timing idealTree:userRequests Completed in 5ms
29 silly idealTree buildDeps
30 silly fetch manifest @vue/cli@4.5.13
31 http fetch GET 200 https://registry.npmjs.org/@vue%2fcli 1485ms
32 silly fetch manifest commitizen@4.2.4
33 http fetch GET 200 https://registry.npmjs.org/commitizen 97ms
34 silly fetch manifest eslint@7.27.0
35 http fetch GET 200 https://registry.npmjs.org/eslint 289ms
36 silly fetch manifest expo-cli@4.5.0
37 http fetch GET 200 https://registry.npmjs.org/expo-cli 516ms
38 silly fetch manifest heroku@7.54.0
39 http fetch GET 200 https://registry.npmjs.org/heroku 1513ms
40 silly fetch manifest node-gyp@8.1.0
41 http fetch GET 200 https://registry.npmjs.org/node-gyp 332ms
42 silly fetch manifest npm-check-updates@11.6.0
43 http fetch GET 200 https://registry.npmjs.org/npm-check-updates 1392ms
44 silly fetch manifest npm@7.15.0
45 http fetch GET 304 https://registry.npmjs.org/npm 53ms (from cache)
46 silly fetch manifest prettier@2.3.0
47 http fetch GET 200 https://registry.npmjs.org/prettier 118ms
48 silly placeDep ROOT @vue/cli@4.5.13 OK for:  want: 4.5.13
49 silly placeDep ROOT commitizen@4.2.4 OK for:  want: 4.2.4
50 silly placeDep ROOT eslint@7.27.0 OK for:  want: 7.27.0
51 silly placeDep ROOT expo-cli@4.5.0 OK for:  want: 4.5.0
52 silly placeDep ROOT heroku@7.54.0 OK for:  want: 7.54.0
53 silly placeDep ROOT node-gyp@8.1.0 OK for:  want: 8.1.0
54 silly placeDep ROOT npm@7.15.0 OK for:  want: 7.15.0
55 silly placeDep ROOT npm-check-updates@11.6.0 OK for:  want: 11.6.0
56 silly placeDep ROOT prettier@2.3.0 OK for:  want: 2.3.0
57 silly fetch manifest @types/ejs@^2.7.0
58 silly fetch manifest @types/inquirer@^6.5.0
59 silly fetch manifest @vue/cli-shared-utils@^4.5.13
60 silly fetch manifest @vue/cli-ui@^4.5.13
61 silly fetch manifest @vue/cli-ui-addon-webpack@^4.5.13
62 silly fetch manifest @vue/cli-ui-addon-widgets@^4.5.13
63 silly fetch manifest boxen@^4.1.0
64 silly fetch manifest cmd-shim@^3.0.3
65 silly fetch manifest commander@^2.20.0
66 silly fetch manifest debug@^4.1.0
67 silly fetch manifest deepmerge@^4.2.2
68 silly fetch manifest download-git-repo@^3.0.2
69 silly fetch manifest ejs@^2.7.1
70 silly fetch manifest envinfo@^7.5.1
71 silly fetch manifest fs-extra@^7.0.1
72 silly fetch manifest globby@^9.2.0
73 silly fetch manifest import-global@^0.1.0
74 silly fetch manifest ini@^1.3.5
75 silly fetch manifest inquirer@^7.1.0
76 silly fetch manifest isbinaryfile@^4.0.6
77 silly fetch manifest javascript-stringify@^1.6.0
78 silly fetch manifest js-yaml@^3.13.1
79 silly fetch manifest leven@^3.1.0
80 silly fetch manifest lodash.clonedeep@^4.5.0
81 silly fetch manifest lru-cache@^5.1.1
82 silly fetch manifest minimist@^1.2.5
83 silly fetch manifest recast@^0.18.8
84 silly fetch manifest resolve@^1.17.0
85 silly fetch manifest shortid@^2.2.15
86 silly fetch manifest slash@^3.0.0
87 silly fetch manifest strip-ansi@^6.0.0
88 silly fetch manifest validate-npm-package-name@^3.0.0
89 silly fetch manifest vue@^2.6.11
90 silly fetch manifest vue-codemod@^0.0.5
91 silly fetch manifest yaml-front-matter@^3.4.1
92 silly fetch manifest cachedir@2.2.0
93 silly fetch manifest cz-conventional-changelog@3.2.0
94 silly fetch manifest dedent@0.7.0
95 silly fetch manifest detect-indent@6.0.0
96 silly fetch manifest find-node-modules@^2.1.2
97 silly fetch manifest find-root@1.1.0
98 silly fetch manifest fs-extra@8.1.0
99 silly fetch manifest glob@7.1.4
100 silly fetch manifest inquirer@6.5.2
101 silly fetch manifest is-utf8@^0.2.1
102 silly fetch manifest lodash@^4.17.20
103 silly fetch manifest minimist@1.2.5
104 silly fetch manifest strip-bom@4.0.0
105 silly fetch manifest strip-json-comments@3.0.1
106 silly fetch manifest @babel/code-frame@7.12.11
107 silly fetch manifest @eslint/eslintrc@^0.4.1
108 silly fetch manifest ajv@^6.10.0
109 silly fetch manifest chalk@^4.0.0
110 silly fetch manifest cross-spawn@^7.0.2
111 silly fetch manifest debug@^4.0.1
112 silly fetch manifest doctrine@^3.0.0
113 silly fetch manifest enquirer@^2.3.5
114 silly fetch manifest escape-string-regexp@^4.0.0
115 silly fetch manifest eslint-scope@^5.1.1
116 silly fetch manifest eslint-utils@^2.1.0
117 silly fetch manifest eslint-visitor-keys@^2.0.0
118 silly fetch manifest espree@^7.3.1
119 silly fetch manifest esquery@^1.4.0
120 silly fetch manifest esutils@^2.0.2
121 silly fetch manifest fast-deep-equal@^3.1.3
122 silly fetch manifest file-entry-cache@^6.0.1
123 silly fetch manifest functional-red-black-tree@^1.0.1
124 silly fetch manifest glob-parent@^5.0.0
125 silly fetch manifest globals@^13.6.0
126 silly fetch manifest ignore@^4.0.6
127 silly fetch manifest import-fresh@^3.0.0
128 silly fetch manifest imurmurhash@^0.1.4
129 silly fetch manifest is-glob@^4.0.0
130 silly fetch manifest json-stable-stringify-without-jsonify@^1.0.1
131 silly fetch manifest levn@^0.4.1
132 silly fetch manifest lodash.merge@^4.6.2
133 silly fetch manifest minimatch@^3.0.4
134 silly fetch manifest natural-compare@^1.4.0
135 silly fetch manifest optionator@^0.9.1
136 silly fetch manifest progress@^2.0.0
137 silly fetch manifest regexpp@^3.1.0
138 silly fetch manifest semver@^7.2.1
139 silly fetch manifest strip-json-comments@^3.1.0
140 silly fetch manifest table@^6.0.9
141 silly fetch manifest text-table@^0.2.0
142 silly fetch manifest v8-compile-cache@^2.0.3
143 silly fetch manifest @expo/apple-utils@0.0.0-alpha.20
144 silly fetch manifest @expo/bunyan@4.0.0
145 silly fetch manifest @expo/config@4.0.0
146 silly fetch manifest @expo/config-plugins@2.0.0
147 silly fetch manifest @expo/dev-tools@0.13.100
148 silly fetch manifest @expo/json-file@8.2.30
149 silly fetch manifest @expo/osascript@2.0.28
150 silly fetch manifest @expo/package-manager@0.0.43
151 silly fetch manifest @expo/plist@0.0.13
152 silly fetch manifest @expo/prebuild-config@1.0.1
153 silly fetch manifest @expo/results@^1.0.0
154 silly fetch manifest @expo/simple-spinner@1.0.2
155 silly fetch manifest @expo/spawn-async@1.5.0
156 silly fetch manifest @expo/xcpretty@~2.0.1
157 silly fetch manifest @hapi/joi@^17.1.1
158 silly fetch manifest babel-runtime@6.26.0
159 silly fetch manifest base32.js@0.1.0
160 silly fetch manifest boxen@4.1.0
161 silly fetch manifest bplist-parser@0.2.0
162 silly fetch manifest cli-table3@^0.6.0
163 silly fetch manifest command-exists@^1.2.8
164 silly fetch manifest commander@2.17.1
165 silly fetch manifest dateformat@3.0.3
166 silly fetch manifest env-editor@^0.4.1
167 silly fetch manifest envinfo@7.5.0
168 silly fetch manifest find-up@^5.0.0
169 silly fetch manifest find-yarn-workspace-root@~2.0.0
170 silly fetch manifest form-data@^2.3.2
171 silly fetch manifest fs-extra@9.0.0
172 silly fetch manifest getenv@^1.0.0
173 silly fetch manifest glob@7.1.6
174 silly fetch manifest got@^11.1.4
175 silly fetch manifest hashids@1.1.4
176 silly fetch manifest indent-string@4.0.0
177 silly fetch manifest keychain@1.3.0
178 silly fetch manifest lodash@^4.17.19
179 silly fetch manifest md5-file@^5.0.0
180 silly fetch manifest minipass@2.3.5
181 silly fetch manifest npm-package-arg@6.1.0
182 silly fetch manifest nullthrows@^1.1.1
183 silly fetch manifest ora@3.4.0
184 silly fetch manifest pacote@^11.1.0
185 silly fetch manifest pngjs@3.4.0
186 silly fetch manifest progress@2.0.3
187 silly fetch manifest prompts@^2.3.2
188 silly fetch manifest qrcode-terminal@0.11.0
189 silly fetch manifest react-dev-utils@~11.0.1
190 silly fetch manifest read-last-lines@1.6.0
191 silly fetch manifest semver@7.3.2
192 silly fetch manifest slugify@^1.3.4
193 silly fetch manifest tar@^6.0.5
194 silly fetch manifest tempy@^0.7.1
195 silly fetch manifest terminal-link@^2.1.1
196 silly fetch manifest turndown@~7.0.0
197 silly fetch manifest untildify@3.0.3
198 silly fetch manifest url-join@4.0.0
199 silly fetch manifest uuid@^8.0.0
200 silly fetch manifest wrap-ansi@^7.0.0
201 silly fetch manifest xdl@59.0.40
202 silly fetch manifest @heroku-cli/color@1.1.14
203 silly fetch manifest @heroku-cli/command@^8.4.1
204 silly fetch manifest @heroku-cli/plugin-addons-v5@^7.54.0
205 silly fetch manifest @heroku-cli/plugin-apps@^7.54.0
206 silly fetch manifest @heroku-cli/plugin-apps-v5@^7.54.0
207 silly fetch manifest @heroku-cli/plugin-auth@^7.54.0
208 silly fetch manifest @heroku-cli/plugin-autocomplete@^7.54.0
209 silly fetch manifest @heroku-cli/plugin-buildpacks@^7.54.0
210 silly fetch manifest @heroku-cli/plugin-certs@^7.54.0
211 silly fetch manifest @heroku-cli/plugin-certs-v5@^7.54.0
212 silly fetch manifest @heroku-cli/plugin-ci@^7.54.0
213 silly fetch manifest @heroku-cli/plugin-ci-v5@^7.54.0
214 silly fetch manifest @heroku-cli/plugin-config@^7.54.0
215 silly fetch manifest @heroku-cli/plugin-container-registry-v5@^7.54.0
216 silly fetch manifest @heroku-cli/plugin-git@^7.54.0
217 silly fetch manifest @heroku-cli/plugin-local@^7.54.0
218 silly fetch manifest @heroku-cli/plugin-oauth-v5@^7.54.0
219 silly fetch manifest @heroku-cli/plugin-orgs-v5@^7.54.0
220 silly fetch manifest @heroku-cli/plugin-pg-v5@^7.54.0
221 silly fetch manifest @heroku-cli/plugin-pipelines@^7.54.0
222 silly fetch manifest @heroku-cli/plugin-ps@^7.54.0
223 silly fetch manifest @heroku-cli/plugin-ps-exec@2.3.8
224 silly fetch manifest @heroku-cli/plugin-redis-v5@^7.54.0
225 silly fetch manifest @heroku-cli/plugin-run@^7.54.0
226 silly fetch manifest @heroku-cli/plugin-spaces@^7.54.0
227 silly fetch manifest @heroku-cli/plugin-status@^7.54.0
228 silly fetch manifest @heroku-cli/plugin-webhooks@^7.54.0
229 silly fetch manifest @oclif/command@1.5.18
230 silly fetch manifest @oclif/config@1.13.2
231 silly fetch manifest @oclif/errors@1.2.2
232 silly fetch manifest @oclif/plugin-commands@^1.2.2
233 silly fetch manifest @oclif/plugin-help@2.2.0
234 silly fetch manifest @oclif/plugin-legacy@1.2.0
235 silly fetch manifest @oclif/plugin-not-found@1.2.2
236 silly fetch manifest @oclif/plugin-plugins@1.7.9
237 silly fetch manifest @oclif/plugin-update@1.3.9
238 silly fetch manifest @oclif/plugin-warn-if-update-available@1.7.0
239 silly fetch manifest @oclif/plugin-which@1.0.3
240 silly fetch manifest cli-ux@4.9.3
241 silly fetch manifest debug@4.1.1
242 silly fetch manifest execa@1.0.0
243 silly fetch manifest fs-extra@7.0.1
244 silly fetch manifest http-call@5.3.0
245 silly fetch manifest netrc-parser@3.1.6
246 silly fetch manifest semver@5.6.0
247 silly fetch manifest tslib@1.9.3
248 silly fetch manifest uuid@3.3.2
249 silly fetch manifest env-paths@^2.2.0
250 silly fetch manifest glob@^7.1.4
251 silly fetch manifest graceful-fs@^4.2.6
252 silly fetch manifest make-fetch-happen@^8.0.14
253 silly fetch manifest nopt@^5.0.0
254 silly fetch manifest npmlog@^4.1.2
255 silly fetch manifest rimraf@^3.0.2
256 silly fetch manifest semver@^7.3.5
257 silly fetch manifest tar@^6.1.0
258 silly fetch manifest which@^2.0.2
259 silly fetch manifest chalk@^4.1.1
260 silly fetch manifest cint@^8.2.1
261 silly fetch manifest cli-table@^0.3.6
262 silly fetch manifest commander@^6.2.1
263 silly fetch manifest find-up@5.0.0
264 silly fetch manifest fp-and-or@^0.1.3
265 silly fetch manifest get-stdin@^8.0.0
266 silly fetch manifest globby@^11.0.3
267 silly fetch manifest hosted-git-info@^4.0.2
268 silly fetch manifest json-parse-helpfulerror@^1.0.3
269 silly fetch manifest jsonlines@^0.1.1
270 silly fetch manifest libnpmconfig@^1.2.1
271 silly fetch manifest lodash@^4.17.21
272 silly fetch manifest mem@^8.1.1
273 silly fetch manifest p-map@^4.0.0
274 silly fetch manifest pacote@^11.3.3
275 silly fetch manifest parse-github-url@^1.0.2
276 silly fetch manifest progress@^2.0.3
277 silly fetch manifest prompts@^2.4.1
278 silly fetch manifest rc-config-loader@^4.0.0
279 silly fetch manifest remote-git-tags@^3.0.0
280 silly fetch manifest semver-utils@^1.1.4
281 silly fetch manifest spawn-please@^1.0.0
282 silly fetch manifest update-notifier@^5.1.0
283 http fetch GET 200 https://registry.npmjs.org/@expo%2fprebuild-config 329ms
284 http fetch GET 304 https://registry.npmjs.org/ejs 426ms (from cache)
285 http fetch GET 200 https://registry.npmjs.org/fs-extra 545ms
286 http fetch GET 200 https://registry.npmjs.org/nullthrows 505ms
287 http fetch GET 200 https://registry.npmjs.org/@types%2finquirer 573ms
288 http fetch GET 304 https://registry.npmjs.org/globby 637ms (from cache)
289 http fetch GET 304 https://registry.npmjs.org/cmd-shim 661ms (from cache)
290 http fetch GET 304 https://registry.npmjs.org/download-git-repo 660ms (from cache)
291 http fetch GET 304 https://registry.npmjs.org/debug 662ms (from cache)
292 http fetch GET 304 https://registry.npmjs.org/import-global 660ms (from cache)
293 http fetch GET 304 https://registry.npmjs.org/boxen 669ms (from cache)
294 http fetch GET 200 https://registry.npmjs.org/@types%2fejs 700ms
295 http fetch GET 200 https://registry.npmjs.org/envinfo 720ms
296 http fetch GET 304 https://registry.npmjs.org/deepmerge 725ms (from cache)
297 http fetch GET 200 https://registry.npmjs.org/commander 730ms
298 http fetch GET 200 https://registry.npmjs.org/javascript-stringify 842ms
299 http fetch GET 304 https://registry.npmjs.org/lodash.clonedeep 843ms (from cache)
300 http fetch GET 304 https://registry.npmjs.org/ini 847ms (from cache)
301 http fetch GET 200 https://registry.npmjs.org/isbinaryfile 859ms
302 http fetch GET 304 https://registry.npmjs.org/js-yaml 860ms (from cache)
303 http fetch GET 304 https://registry.npmjs.org/leven 873ms (from cache)
304 http fetch GET 304 https://registry.npmjs.org/recast 957ms (from cache)
305 http fetch GET 304 https://registry.npmjs.org/lru-cache 960ms (from cache)
306 http fetch GET 304 https://registry.npmjs.org/shortid 960ms (from cache)
307 http fetch GET 304 https://registry.npmjs.org/resolve 1033ms (from cache)
308 http fetch GET 304 https://registry.npmjs.org/slash 1252ms (from cache)
309 http fetch GET 304 https://registry.npmjs.org/yaml-front-matter 1250ms (from cache)
310 http fetch GET 304 https://registry.npmjs.org/minimist 1256ms (from cache)
311 http fetch GET 200 https://registry.npmjs.org/inquirer 1310ms
312 http fetch GET 304 https://registry.npmjs.org/strip-ansi 1308ms (from cache)
313 http fetch GET 304 https://registry.npmjs.org/dedent 1503ms (from cache)
314 http fetch GET 304 https://registry.npmjs.org/cachedir 1504ms (from cache)
315 http fetch GET 200 https://registry.npmjs.org/detect-indent 1572ms
316 http fetch GET 304 https://registry.npmjs.org/find-node-modules 1592ms (from cache)
317 http fetch GET 304 https://registry.npmjs.org/vue-codemod 1805ms (from cache)
318 http fetch GET 304 https://registry.npmjs.org/validate-npm-package-name 1806ms (from cache)
319 http fetch GET 304 https://registry.npmjs.org/find-root 1802ms (from cache)
320 http fetch GET 304 https://registry.npmjs.org/strip-json-comments 1996ms (from cache)
321 http fetch GET 200 https://registry.npmjs.org/lodash 2926ms
322 http fetch GET 304 https://registry.npmjs.org/is-utf8 6467ms (from cache)
323 http fetch GET 200 https://registry.npmjs.org/glob 7794ms
324 http fetch GET 304 https://registry.npmjs.org/strip-bom 8974ms (from cache)
325 http fetch GET 304 https://registry.npmjs.org/cz-conventional-changelog 9074ms (from cache)
326 http fetch GET 304 https://registry.npmjs.org/@babel%2fcode-frame 9958ms (from cache)
327 http fetch GET 304 https://registry.npmjs.org/enquirer 11232ms (from cache)
328 http fetch GET 200 https://registry.npmjs.org/chalk 11587ms
329 http fetch GET 304 https://registry.npmjs.org/cross-spawn 12766ms (from cache)
330 http fetch GET 200 https://registry.npmjs.org/eslint-utils 12948ms
331 http fetch GET 304 https://registry.npmjs.org/doctrine 13013ms (from cache)
332 http fetch GET 200 https://registry.npmjs.org/@vue%2fcli-shared-utils 13041ms
333 http fetch GET 304 https://registry.npmjs.org/espree 13014ms (from cache)
334 http fetch GET 304 https://registry.npmjs.org/eslint-scope 13016ms (from cache)
335 http fetch GET 304 https://registry.npmjs.org/file-entry-cache 13030ms (from cache)
336 http fetch GET 304 https://registry.npmjs.org/escape-string-regexp 13038ms (from cache)
337 http fetch GET 304 https://registry.npmjs.org/esquery 13051ms (from cache)
338 http fetch GET 304 https://registry.npmjs.org/esutils 13051ms (from cache)
339 http fetch GET 200 https://registry.npmjs.org/glob-parent 13047ms
340 http fetch GET 304 https://registry.npmjs.org/functional-red-black-tree 13055ms (from cache)
341 http fetch GET 304 https://registry.npmjs.org/fast-deep-equal 13114ms (from cache)
342 http fetch GET 304 https://registry.npmjs.org/levn 13109ms (from cache)
343 http fetch GET 304 https://registry.npmjs.org/minimatch 13108ms (from cache)
344 http fetch GET 304 https://registry.npmjs.org/import-fresh 13111ms (from cache)
345 http fetch GET 304 https://registry.npmjs.org/lodash.merge 13113ms (from cache)
346 http fetch GET 304 https://registry.npmjs.org/ignore 13117ms (from cache)
347 http fetch GET 304 https://registry.npmjs.org/is-glob 13133ms (from cache)
348 http fetch GET 200 https://registry.npmjs.org/@vue%2fcli-ui-addon-webpack 13185ms
349 http fetch GET 304 https://registry.npmjs.org/json-stable-stringify-without-jsonify 13151ms (from cache)
350 http fetch GET 304 https://registry.npmjs.org/natural-compare 13151ms (from cache)
351 http fetch GET 304 https://registry.npmjs.org/regexpp 13154ms (from cache)
352 http fetch GET 200 https://registry.npmjs.org/globals 13161ms
353 http fetch GET 304 https://registry.npmjs.org/progress 13157ms (from cache)
354 http fetch GET 304 https://registry.npmjs.org/imurmurhash 13163ms (from cache)
355 http fetch GET 304 https://registry.npmjs.org/optionator 13160ms (from cache)
356 http fetch GET 304 https://registry.npmjs.org/semver 13162ms (from cache)
357 http fetch GET 200 https://registry.npmjs.org/ajv 13204ms
358 http fetch GET 304 https://registry.npmjs.org/text-table 13201ms (from cache)
359 http fetch GET 200 https://registry.npmjs.org/table 13230ms
360 http fetch GET 200 https://registry.npmjs.org/@expo%2fapple-utils 13230ms
361 http fetch GET 200 https://registry.npmjs.org/@vue%2fcli-ui-addon-widgets 13282ms
362 http fetch GET 304 https://registry.npmjs.org/bplist-parser 13240ms (from cache)
363 http fetch GET 200 https://registry.npmjs.org/@vue%2fcli-ui 13317ms
364 http fetch GET 200 https://registry.npmjs.org/@expo%2fbunyan 13298ms
365 http fetch GET 304 https://registry.npmjs.org/v8-compile-cache 13311ms (from cache)
366 http fetch GET 200 https://registry.npmjs.org/@expo%2fosascript 13384ms
367 http fetch GET 304 https://registry.npmjs.org/base32.js 13686ms (from cache)
368 http fetch GET 200 https://registry.npmjs.org/@expo%2fconfig-plugins 13700ms
369 http fetch GET 200 https://registry.npmjs.org/@expo%2fspawn-async 13703ms
370 http fetch GET 304 https://registry.npmjs.org/command-exists 13701ms (from cache)
371 http fetch GET 304 https://registry.npmjs.org/@expo%2fsimple-spinner 13710ms (from cache)
372 http fetch GET 200 https://registry.npmjs.org/@expo%2fplist 13747ms
373 http fetch GET 304 https://registry.npmjs.org/@hapi%2fjoi 13746ms (from cache)
374 http fetch GET 200 https://registry.npmjs.org/@expo%2fxcpretty 13808ms
375 http fetch GET 200 https://registry.npmjs.org/@expo%2fjson-file 13818ms
376 http fetch GET 200 https://registry.npmjs.org/@expo%2fdev-tools 13820ms
377 http fetch GET 200 https://registry.npmjs.org/@expo%2fresults 13821ms
378 http fetch GET 200 https://registry.npmjs.org/find-yarn-workspace-root 13843ms
379 http fetch GET 200 https://registry.npmjs.org/vue 13890ms
380 http fetch GET 304 https://registry.npmjs.org/cli-table3 13854ms (from cache)
381 http fetch GET 304 https://registry.npmjs.org/env-editor 13854ms (from cache)
382 http fetch GET 304 https://registry.npmjs.org/getenv 13852ms (from cache)
383 http fetch GET 304 https://registry.npmjs.org/dateformat 13855ms (from cache)
384 http fetch GET 304 https://registry.npmjs.org/babel-runtime 13858ms (from cache)
385 http fetch GET 304 https://registry.npmjs.org/find-up 13856ms (from cache)
386 http fetch GET 200 https://registry.npmjs.org/@expo%2fconfig 13874ms
387 http fetch GET 304 https://registry.npmjs.org/hashids 13859ms (from cache)
388 http fetch GET 304 https://registry.npmjs.org/md5-file 13864ms (from cache)
389 http fetch GET 304 https://registry.npmjs.org/ora 13866ms (from cache)
390 http fetch GET 304 https://registry.npmjs.org/minipass 13868ms (from cache)
391 http fetch GET 304 https://registry.npmjs.org/pngjs 13875ms (from cache)
392 http fetch GET 304 https://registry.npmjs.org/form-data 13880ms (from cache)
393 http fetch GET 304 https://registry.npmjs.org/prompts 13877ms (from cache)
394 http fetch GET 304 https://registry.npmjs.org/indent-string 14087ms (from cache)
395 http fetch GET 304 https://registry.npmjs.org/got 14089ms (from cache)
396 http fetch GET 304 https://registry.npmjs.org/url-join 14203ms (from cache)
397 http fetch GET 304 https://registry.npmjs.org/terminal-link 14205ms (from cache)
398 http fetch GET 304 https://registry.npmjs.org/tempy 14417ms (from cache)
399 http fetch GET 200 https://registry.npmjs.org/pacote 14423ms
400 http fetch GET 304 https://registry.npmjs.org/react-dev-utils 14485ms (from cache)
401 http fetch GET 200 https://registry.npmjs.org/uuid 14667ms
402 http fetch GET 304 https://registry.npmjs.org/qrcode-terminal 14697ms (from cache)
403 http fetch GET 304 https://registry.npmjs.org/wrap-ansi 14755ms (from cache)
404 http fetch GET 200 https://registry.npmjs.org/@expo%2fpackage-manager 14905ms
405 http fetch GET 304 https://registry.npmjs.org/keychain 15048ms (from cache)
406 http fetch GET 304 https://registry.npmjs.org/untildify 15218ms (from cache)
407 http fetch GET 304 https://registry.npmjs.org/tar 15221ms (from cache)
408 http fetch GET 200 https://registry.npmjs.org/@heroku-cli%2fplugin-auth 15393ms
409 http fetch GET 304 https://registry.npmjs.org/npm-package-arg 15411ms (from cache)
410 http fetch GET 200 https://registry.npmjs.org/@heroku-cli%2fcolor 15426ms
411 http fetch GET 200 https://registry.npmjs.org/@heroku-cli%2fplugin-autocomplete 15932ms
412 http fetch GET 200 https://registry.npmjs.org/@heroku-cli%2fplugin-buildpacks 15949ms
413 http fetch GET 200 https://registry.npmjs.org/@heroku-cli%2fplugin-container-registry-v5 18805ms
414 http fetch GET 200 https://registry.npmjs.org/@heroku-cli%2fplugin-ci-v5 18981ms
415 http fetch GET 200 https://registry.npmjs.org/@heroku-cli%2fplugin-certs-v5 19007ms
416 http fetch GET 200 https://registry.npmjs.org/@heroku-cli%2fplugin-git 19014ms
417 http fetch GET 304 https://registry.npmjs.org/read-last-lines 19029ms (from cache)
418 http fetch GET 200 https://registry.npmjs.org/@heroku-cli%2fplugin-certs 19035ms
419 http fetch GET 200 https://registry.npmjs.org/slugify 19078ms
420 http fetch GET 200 https://registry.npmjs.org/@heroku-cli%2fplugin-apps 19093ms
421 http fetch GET 200 https://registry.npmjs.org/eslint-visitor-keys 19161ms
422 http fetch GET 200 https://registry.npmjs.org/@heroku-cli%2fcommand 19185ms
423 http fetch GET 200 https://registry.npmjs.org/@heroku-cli%2fplugin-config 19182ms
424 http fetch GET 200 https://registry.npmjs.org/@heroku-cli%2fplugin-addons-v5 19189ms
425 http fetch GET 200 https://registry.npmjs.org/@heroku-cli%2fplugin-apps-v5 19198ms
426 http fetch GET 200 https://registry.npmjs.org/@heroku-cli%2fplugin-ps-exec 19255ms
427 http fetch GET 200 https://registry.npmjs.org/@heroku-cli%2fplugin-run 19309ms
428 http fetch GET 200 https://registry.npmjs.org/@heroku-cli%2fplugin-pipelines 19341ms
429 http fetch GET 200 https://registry.npmjs.org/@heroku-cli%2fplugin-ci 19344ms
430 http fetch GET 304 https://registry.npmjs.org/@oclif%2ferrors 19415ms (from cache)
431 http fetch GET 304 https://registry.npmjs.org/@oclif%2fplugin-commands 19459ms (from cache)
432 http fetch GET 304 https://registry.npmjs.org/@oclif%2fplugin-help 19507ms (from cache)
433 http fetch GET 304 https://registry.npmjs.org/@oclif%2fplugin-not-found 19507ms (from cache)
434 http fetch GET 200 https://registry.npmjs.org/@heroku-cli%2fplugin-orgs-v5 19700ms
435 http fetch GET 200 https://registry.npmjs.org/@heroku-cli%2fplugin-oauth-v5 19906ms
436 http fetch GET 200 https://registry.npmjs.org/cli-ux 20013ms
437 http fetch GET 304 https://registry.npmjs.org/@oclif%2fplugin-warn-if-update-available 20049ms (from cache)
438 http fetch GET 304 https://registry.npmjs.org/@oclif%2fplugin-update 20057ms (from cache)
439 http fetch GET 304 https://registry.npmjs.org/@oclif%2fconfig 20061ms (from cache)
440 http fetch GET 304 https://registry.npmjs.org/@oclif%2fplugin-legacy 20100ms (from cache)
441 http fetch GET 200 https://registry.npmjs.org/@heroku-cli%2fplugin-redis-v5 20128ms
442 http fetch GET 200 https://registry.npmjs.org/@heroku-cli%2fplugin-pg-v5 20139ms
443 http fetch GET 200 https://registry.npmjs.org/@heroku-cli%2fplugin-ps 20144ms
444 http fetch GET 200 https://registry.npmjs.org/http-call 20146ms
445 http fetch GET 304 https://registry.npmjs.org/tslib 20154ms (from cache)
446 http fetch GET 304 https://registry.npmjs.org/npmlog 20180ms (from cache)
447 http fetch GET 304 https://registry.npmjs.org/env-paths 20188ms (from cache)
448 http fetch GET 200 https://registry.npmjs.org/@heroku-cli%2fplugin-local 20205ms
449 http fetch GET 304 https://registry.npmjs.org/graceful-fs 20190ms (from cache)
450 http fetch GET 304 https://registry.npmjs.org/execa 20197ms (from cache)
451 http fetch GET 304 https://registry.npmjs.org/@oclif%2fcommand 20220ms (from cache)
452 http fetch GET 304 https://registry.npmjs.org/make-fetch-happen 20225ms (from cache)
453 http fetch GET 200 https://registry.npmjs.org/rimraf 20225ms
454 http fetch GET 200 https://registry.npmjs.org/@heroku-cli%2fplugin-status 20256ms
455 http fetch GET 304 https://registry.npmjs.org/nopt 20250ms (from cache)
456 http fetch GET 304 https://registry.npmjs.org/cint 20248ms (from cache)
457 http fetch GET 304 https://registry.npmjs.org/cli-table 20249ms (from cache)
458 http fetch GET 304 https://registry.npmjs.org/fp-and-or 20252ms (from cache)
459 http fetch GET 304 https://registry.npmjs.org/@oclif%2fplugin-plugins 20267ms (from cache)
460 http fetch GET 200 https://registry.npmjs.org/get-stdin 20264ms
461 http fetch GET 304 https://registry.npmjs.org/jsonlines 20265ms (from cache)
462 http fetch GET 304 https://registry.npmjs.org/which 20270ms (from cache)
463 http fetch GET 304 https://registry.npmjs.org/rc-config-loader 20268ms (from cache)
464 http fetch GET 200 https://registry.npmjs.org/@heroku-cli%2fplugin-spaces 20298ms
465 http fetch GET 304 https://registry.npmjs.org/hosted-git-info 20282ms (from cache)
466 http fetch GET 304 https://registry.npmjs.org/parse-github-url 20282ms (from cache)
467 http fetch GET 304 https://registry.npmjs.org/spawn-please 20295ms (from cache)
468 http fetch GET 304 https://registry.npmjs.org/semver-utils 20297ms (from cache)
469 http fetch GET 304 https://registry.npmjs.org/update-notifier 20314ms (from cache)
470 http fetch GET 304 https://registry.npmjs.org/p-map 20335ms (from cache)
471 http fetch GET 200 https://registry.npmjs.org/@heroku-cli%2fplugin-webhooks 20368ms
472 http fetch GET 200 https://registry.npmjs.org/mem 20365ms
473 http fetch GET 304 https://registry.npmjs.org/netrc-parser 20395ms (from cache)
474 http fetch GET 304 https://registry.npmjs.org/json-parse-helpfulerror 20629ms (from cache)
475 http fetch GET 304 https://registry.npmjs.org/libnpmconfig 20631ms (from cache)
476 http fetch GET 304 https://registry.npmjs.org/remote-git-tags 20652ms (from cache)
477 http fetch GET 304 https://registry.npmjs.org/@oclif%2fplugin-which 20969ms (from cache)
478 http fetch GET 200 https://registry.npmjs.org/xdl 21274ms
479 http fetch GET 304 https://registry.npmjs.org/turndown 22388ms (from cache)
480 timing npm Completed in 34086ms
481 error cb() never called!
482 error This is an error with npm itself. Please report this error at:
483 error <https://github.com/npm/cli/issues>

Expected Behavior

Expected packages to update with no error or at the very least have the error handling indicate which package was missing the cb().

Steps To Reproduce

  1. In this environment...
  2. With this config...
  3. Run '...'
  4. See error...

Environment

lukekarrys commented 3 years ago

Closing: We suspect this has to do with a combination of resource constraints within the device/program being used and the large amount of transient dependencies being installed by this command.

We've opened https://github.com/npm/statusboard/issues/395 for us to look deeper into this and track the discussion and fixes around it. You can also read [this document](https://github.com/npm/cli/wiki/%22cb()-never-called%3F-Exit-handler-never-called%3F-I'm-having-the-same-problem!%22) for more information on why this issue might be happening currently and ways to debug it.