Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 0 verbose cli /usr/bin/node /usr/bin/npm
- 1 info using npm@9.5.1
- 2 info using node@v19.8.1
- 3 timing npm:load:whichnode Completed in 1ms
- 4 timing config:load:defaults Completed in 3ms
- 5 timing config:load:file:/usr/lib/node_modules/npm/npmrc Completed in 0ms
- 6 timing config:load:builtin Completed in 0ms
- 7 timing config:load:cli Completed in 2ms
- 8 timing config:load:env Completed in 0ms
- 9 timing config:load:file:/home/rick/GoogleSolutions_Project_Backend/.npmrc Completed in 1ms
- 10 timing config:load:project Completed in 6ms
- 11 timing config:load:file:/home/rick/.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:setEnvs Completed in 1ms
- 16 timing config:load Completed in 12ms
- 17 timing npm:load:configload Completed in 12ms
- 18 timing npm:load:mkdirpcache Completed in 0ms
- 19 timing npm:load:mkdirplogs Completed in 0ms
- 20 verbose title npm i
- 21 verbose argv "i"
- 22 timing npm:load:setTitle Completed in 1ms
- 23 timing config:load:flatten Completed in 2ms
- 24 timing npm:load:display Completed in 3ms
- 25 verbose logfile logs-max:10 dir:/home/rick/.npm/_logs/2023-03-19T15_58_47_022Z-
- 26 verbose logfile /home/rick/.npm/_logs/2023-03-19T15_58_47_022Z-debug-0.log
- 27 timing npm:load:logFile Completed in 3ms
- 28 timing npm:load:timers Completed in 0ms
- 29 timing npm:load:configScope Completed in 0ms
- 30 timing npm:load Completed in 20ms
- 31 timing arborist:ctor Completed in 1ms
- 32 silly logfile start cleaning logs, removing 1 files
- 33 silly logfile done cleaning log files
- 34 timing arborist:ctor Completed in 0ms
- 35 timing idealTree:init Completed in 10ms
- 36 timing idealTree:userRequests Completed in 0ms
- 37 silly idealTree buildDeps
- 38 silly fetch manifest bcrypt@^5.1.0
- 39 silly fetch manifest body-parser@^1.20.2
- 40 silly fetch manifest dotenv@^16.0.3
- 41 silly fetch manifest express@^4.18.2
- 42 silly fetch manifest jsonwebtoken@^9.0.0
- 43 silly fetch manifest mongoose@^7.0.1
- 44 silly fetch manifest nodemon@^2.0.21
- 45 silly placeDep ROOT bcrypt@ OK for: googlesolution@1.0.0 want: ^5.1.0
- 46 silly placeDep ROOT body-parser@ OK for: googlesolution@1.0.0 want: ^1.20.2
- 47 silly placeDep ROOT dotenv@ OK for: googlesolution@1.0.0 want: ^16.0.3
- 48 silly placeDep ROOT express@ OK for: googlesolution@1.0.0 want: ^4.18.2
- 49 silly placeDep ROOT jsonwebtoken@ OK for: googlesolution@1.0.0 want: ^9.0.0
- 50 silly placeDep ROOT mongoose@ OK for: googlesolution@1.0.0 want: ^7.0.1
- 51 silly placeDep ROOT nodemon@ OK for: googlesolution@1.0.0 want: ^2.0.21
- 52 timing idealTree:#root Completed in 3225787ms
- 53 timing idealTree:node_modules/bcrypt Completed in 0ms
- 54 timing idealTree:node_modules/body-parser Completed in 0ms
- 55 timing idealTree:node_modules/dotenv Completed in 0ms
- 56 timing idealTree:node_modules/express Completed in 0ms
- 57 timing idealTree:node_modules/jsonwebtoken Completed in 0ms
- 58 timing idealTree:node_modules/mongoose Completed in 0ms
- 59 timing idealTree:node_modules/nodemon Completed in 0ms
- 60 timing idealTree:buildDeps Completed in 3225789ms
- 61 timing idealTree:fixDepFlags Completed in 1ms
- 62 timing idealTree Completed in 3225801ms
- 63 timing command:i Completed in 3225807ms
- 64 verbose type system
- 65 verbose stack FetchError: request to https://registry.npmjs.org/bcrypt failed, reason: connect ETIMEDOUT 2606:4700:83b3:80e2:e43b:1d:6810:1023:443
- 65 verbose stack at ClientRequest.<anonymous> (/usr/lib/node_modules/npm/node_modules/minipass-fetch/lib/index.js:130:14)
- 65 verbose stack at ClientRequest.emit (node:events:512:28)
- 65 verbose stack at TLSSocket.socketErrorListener (node:_http_client:495:9)
- 65 verbose stack at TLSSocket.emit (node:events:524:35)
- 65 verbose stack at emitErrorNT (node:internal/streams/destroy:151:8)
- 65 verbose stack at emitErrorCloseNT (node:internal/streams/destroy:116:3)
- 65 verbose stack at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
- 66 verbose cwd /home/rick/GoogleSolutions_Project_Backend
- 67 verbose Linux 5.19.0-35-generic
- 68 verbose node v19.8.1
- 69 verbose npm v9.5.1
- 70 error code ETIMEDOUT
- 71 error syscall connect
- 72 error errno ETIMEDOUT
- 73 error network request to https://registry.npmjs.org/bcrypt failed, reason: connect ETIMEDOUT 2606:4700:83b3:80e2:e43b:1d:6810:1023:443
- 74 error network This is a problem related to network connectivity.
- 74 error network In most cases you are behind a proxy or have bad network settings.
- 74 error network
- 74 error network If you are behind a proxy, please make sure that the
- 74 error network 'proxy' config is set properly. See: 'npm help config'
- 75 verbose exit 1
- 76 timing npm Completed in 3225842ms
- 77 verbose unfinished npm timer reify 1679241527055
- 78 verbose unfinished npm timer reify:loadTrees 1679241527057
- 79 verbose code 1
- 80 error A complete log of this run can be found in:
- 80 error /home/rick/.npm/_logs/2023-03-19T15_58_47_022Z-debug-0.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement