-
Notifications
You must be signed in to change notification settings - Fork 58
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
[Bug] envinfo hang on node:alpine #81
Comments
Interestingly, it does output if you hit $ docker run -it node:alpine npx envinfo
npx: installed 1 in 1.353s
^C
System:
OS: Linux 4.9 Alpine Linux undefined
CPU: (6) x64 Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz
Memory: 316.87 MB / 1.95 GB
Container: Yes
Shell: Unknown - /bin/ash
Binaries:
Node: 11.6.0 - /usr/local/bin/node
Yarn: 1.12.3 - /usr/local/bin/yarn
npm: 6.5.0-next.0 - /usr/local/bin/npm It does hang up until hitting |
Looking into this now. |
using
Working on a fix. |
@tabrindle This occurred again, can you reopen this ? |
confirmed. |
+1 |
@tabrindle it looks like the work you did to fix this bug got reverted at some point. I'll work on a PR adding it back soon! |
this issue can be closed given #147 got merged |
I guess the Alpine Linux tests were removed again in Feb 2024? |
It seems like envinfo is hanging again on Alpine Linux (I could also confirm this myself): @gengjiawen @tabrindle should this issue (#81) be reopened or should it be continued in #266? |
docker run -it node:alpine /bin/sh npm i -g envinfo && envinfo
The text was updated successfully, but these errors were encountered: