-
Notifications
You must be signed in to change notification settings - Fork 31.1k
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
AIX: npm always throws "hangup" #54590
Comments
"npm install" is also affected...seems to be a general problem
|
@nodejs/npm does this belong in npm/cli? FWIW I can't reproduce with my local node.js (running v22.7.0). |
same issue ussing nuxt 3 |
@nodejs/platform-aix |
This appears to be a separate issue, where your log is |
If i use bun or yarn also fails |
seems to be more off a sudo "problem"... i added the following to /etc/sudoers and the hangup is gone...
sorry for the nuisance |
Version
v22.7.0
Platform
Subsystem
npm
What steps will reproduce the bug?
root@nimvie: /root/.npm/_logs # npm -v
10.8.2
Hangup
How often does it reproduce? Is there a required condition?
always
What is the expected behavior? Why is that the expected behavior?
output of npm's version without hanging up
What do you see instead?
root@nimvie: /root/.npm/_logs # npm -v
10.8.2
Hangup
root shell also terminated
Additional information
root@nimvie: /root/.npm/_logs # cat 2024-08-27T10_29_07_721Z-debug-0.log
0 verbose cli /opt/node-v22.7.0-aix-ppc64/bin/node /opt/node-v22.7.0-aix-ppc64/bin/npm
1 info using npm@10.8.2
2 info using node@v22.7.0
3 silly config load:file:/opt/node-v22.7.0-aix-ppc64/lib/node_modules/npm/npmrc
4 silly config load:file:/root/.npmrc
5 silly config load:file:/opt/node-v22.7.0-aix-ppc64/etc/npmrc
6 verbose title npm install
7 verbose argv "install"
8 verbose logfile logs-max:10 dir:/root/.npm/_logs/2024-08-27T10_29_07_721Z-
9 verbose logfile /root/.npm/_logs/2024-08-27T10_29_07_721Z-debug-0.log
10 silly packumentCache heap:4345298944 maxSize:1086324736 maxEntrySize:543162368
11 silly logfile done cleaning log files
12 silly idealTree buildDeps
13 silly reify moves {}
14 silly audit report null
15 verbose cwd /root/.npm/_logs
16 verbose os AIX 7.3
17 verbose node v22.7.0
18 verbose npm v10.8.2
19 verbose exit 0
20 info ok
The text was updated successfully, but these errors were encountered: