Skip to content

installing newman fails #3315

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
rabbyribby opened this issue Feb 28, 2025 · 3 comments
Open

installing newman fails #3315

rabbyribby opened this issue Feb 28, 2025 · 3 comments

Comments

@rabbyribby
Copy link

I keep getting this every time when installing:

npm install -g newman
npm ERR! code E500
npm ERR! 500 Server Error - GET [https://registry.npmjs.org/newman]

npm ERR! A complete log of this run can be found in: C:\Users\z\AppData\Local\npm-cache_logs\2025-02-28T08_31_47_838Z-debug-0.log

@rabbyribby
Copy link
Author

Has anyone seen this before? Thanks,

@rabbyribby
Copy link
Author

Here is output from log:

0 verbose cli C:\Program Files\nodejs\node.exe C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js
1 info using npm@10.5.0
2 info using node@v20.12.2
3 timing npm:load:whichnode Completed in 1ms
4 timing config:load:defaults Completed in 1ms
5 timing config:load:file:C:\Program Files\nodejs\node_modules\npm\npmrc Completed in 3ms
6 timing config:load:builtin Completed in 4ms
7 timing config:load:cli Completed in 1ms
8 timing config:load:env Completed in 1ms
9 timing config:load:project Completed in 2ms
10 timing config:load:file:C:\Users\replace.npmrc Completed in 0ms
11 timing config:load:user Completed in 1ms
12 timing config:load:file:C:\Users\replace\AppData\Roaming\npm\etc\npmrc Completed in 0ms
13 timing config:load:global Completed in 0ms
14 timing config:load:setEnvs Completed in 1ms
15 timing config:load Completed in 12ms
16 timing npm:load:configload Completed in 12ms
17 timing config:load:flatten Completed in 1ms
18 timing npm:load:mkdirpcache Completed in 1ms
19 timing npm:load:mkdirplogs Completed in 0ms
20 verbose title npm install newman
21 verbose argv "install" "--global" "newman"
22 timing npm:load:setTitle Completed in 0ms
23 timing npm:load:display Completed in 1ms
24 verbose logfile logs-max:10 dir:C:\Users\replace\AppData\Local\npm-cache_logs\2025-02-28T08_31_47_838Z-
25 verbose logfile C:\Users\replace\AppData\Local\npm-cache_logs\2025-02-28T08_31_47_838Z-debug-0.log
26 timing npm:load:logFile Completed in 16ms
27 timing npm:load:timers Completed in 0ms
28 timing npm:load:configScope Completed in 0ms
29 timing npm:load Completed in 56ms
30 timing config:load:flatten Completed in 1ms
31 timing arborist:ctor Completed in 1ms
32 silly logfile start cleaning logs, removing 2 files
33 timing idealTree:init Completed in 6ms
34 timing idealTree:userRequests Completed in 3ms
35 silly idealTree buildDeps
36 silly fetch manifest newman@*
37 silly logfile done cleaning log files
38 http fetch GET 500 https://registry.npmjs.org/newman 70196ms attempt #3 (cache skip)
39 silly placeDep ROOT newman@ OK for: want: *
40 timing idealTree:#root Completed in 70202ms
41 timing idealTree:node_modules/newman Completed in 0ms
42 timing idealTree:buildDeps Completed in 70202ms
43 timing idealTree:fixDepFlags Completed in 0ms
44 timing idealTree Completed in 70212ms
45 timing command:install Completed in 70223ms
46 verbose stack HttpErrorGeneral: 500 Server Error - GET https://registry.npmjs.org/newman
46 verbose stack at C:\Program Files\nodejs\node_modules\npm\node_modules\npm-registry-fetch\lib\check-response.js:95:15
46 verbose stack at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
46 verbose stack at async RegistryFetcher.packument (C:\Program Files\nodejs\node_modules\npm\node_modules\pacote\lib\registry.js:91:19)
46 verbose stack at async RegistryFetcher.manifest (C:\Program Files\nodejs\node_modules\npm\node_modules\pacote\lib\registry.js:129:23)
46 verbose stack at async #nodeFromEdge (C:\Program Files\nodejs\node_modules\npm\node_modules@npmcli\arborist\lib\arborist\build-ideal-tree.js:1056:19)
46 verbose stack at async #buildDepStep (C:\Program Files\nodejs\node_modules\npm\node_modules@npmcli\arborist\lib\arborist\build-ideal-tree.js:924:11)
46 verbose stack at async Arborist.buildIdealTree (C:\Program Files\nodejs\node_modules\npm\node_modules@npmcli\arborist\lib\arborist\build-ideal-tree.js:203:7)
46 verbose stack at async Arborist.reify (C:\Program Files\nodejs\node_modules\npm\node_modules@npmcli\arborist\lib\arborist\reify.js:154:5)
46 verbose stack at async Install.exec (C:\Program Files\nodejs\node_modules\npm\lib\commands\install.js:153:5)
46 verbose stack at async module.exports (C:\Program Files\nodejs\node_modules\npm\lib\cli-entry.js:61:5)
47 verbose statusCode 500
48 verbose pkgid newman@*
49 verbose cwd C:\Users\replace
50 verbose Windows_NT 10.0.19045
51 verbose node v20.12.2
52 verbose npm v10.5.0
53 error code E500
54 error 500 Server Error - GET https://registry.npmjs.org/newman
55 verbose exit 1
56 timing npm Completed in 70769ms
57 verbose unfinished npm timer reify 1740731508382
58 verbose unfinished npm timer reify:loadTrees 1740731508388
59 verbose code 1
60 error A complete log of this run can be found in: C:\Users\replace\AppData\Local\npm-cache_logs\2025-02-28T08_31_47_838Z-debug-0.log

@marcthayer
Copy link

Are you still getting this? I installed Newman fresh a few days ago without issue. Maybe NPM was having a temporary issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants