Skip to content

Instantly share code, notes, and snippets.

@ariajanke
Created March 14, 2022 18:57
Show Gist options
  • Save ariajanke/d75a5a93e7ed3a54ba56899e898f5ec1 to your computer and use it in GitHub Desktop.
Save ariajanke/d75a5a93e7ed3a54ba56899e898f5ec1 to your computer and use it in GitHub Desktop.
0 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'init', 'vue@latest' ]
1 info using npm@8.5.2
2 info using node@v17.7.1
3 timing npm:load:whichnode Completed in 0ms
4 timing config:load:defaults Completed in 1ms
5 timing config:load:file:/usr/lib/node_modules/npm/npmrc Completed in 15ms
6 timing config:load:builtin Completed in 15ms
7 timing config:load:cli Completed in 1ms
8 timing config:load:env Completed in 0ms
9 timing config:load:file:/home/aria/myvueapp/.npmrc Completed in 0ms
10 timing config:load:project Completed in 1ms
11 timing config:load:file:/home/aria/.npmrc Completed in 0ms
12 timing config:load:user Completed in 0ms
13 timing config:load:file:/usr/etc/npmrc Completed in 0ms
14 timing config:load:global Completed in 0ms
15 timing config:load:validate Completed in 0ms
16 timing config:load:credentials Completed in 3ms
17 timing config:load:setEnvs Completed in 0ms
18 timing config:load Completed in 22ms
19 timing npm:load:configload Completed in 22ms
20 timing npm:load:setTitle Completed in 1ms
21 timing config:load:flatten Completed in 2ms
22 timing npm:load:display Completed in 3ms
23 verbose logfile /home/aria/.npm/_logs/2022-03-14T18_41_58_493Z-debug-0.log
24 timing npm:load:logFile Completed in 6ms
25 timing npm:load:timers Completed in 0ms
26 timing npm:load:configScope Completed in 0ms
27 timing npm:load Completed in 34ms
28 silly logfile start cleaning logs, removing 1 files
29 timing command:init Completed in 460176ms
30 verbose type system
31 verbose stack FetchError: request to https://registry.npmjs.org/create-vue failed, reason: connect ETIMEDOUT 2606:4700::6810:1823:443
31 verbose stack at ClientRequest.<anonymous> (/usr/lib/node_modules/npm/node_modules/minipass-fetch/lib/index.js:110:14)
31 verbose stack at ClientRequest.emit (node:events:527:28)
31 verbose stack at TLSSocket.socketErrorListener (node:_http_client:442:9)
31 verbose stack at TLSSocket.emit (node:events:539:35)
31 verbose stack at emitErrorNT (node:internal/streams/destroy:164:8)
31 verbose stack at emitErrorCloseNT (node:internal/streams/destroy:129:3)
31 verbose stack at processTicksAndRejections (node:internal/process/task_queues:83:21)
32 verbose cwd /home/aria/myvueapp
33 verbose Linux 5.4.0-104-generic
34 verbose argv "/usr/bin/node" "/usr/bin/npm" "init" "vue@latest"
35 verbose node v17.7.1
36 verbose npm v8.5.2
37 error code ETIMEDOUT
38 error syscall connect
39 error errno ETIMEDOUT
40 error network request to https://registry.npmjs.org/create-vue failed, reason: connect ETIMEDOUT 2606:4700::6810:1823:443
41 error network This is a problem related to network connectivity.
41 error network In most cases you are behind a proxy or have bad network settings.
41 error network
41 error network If you are behind a proxy, please make sure that the
41 error network 'proxy' config is set properly. See: 'npm help config'
42 verbose exit 1
43 timing npm Completed in 460506ms
44 verbose code 1
45 error A complete log of this run can be found in:
45 error /home/aria/.npm/_logs/2022-03-14T18_41_58_493Z-debug-0.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment