-
Notifications
You must be signed in to change notification settings - Fork 47
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
NPM install hangs for dashboard on W10 and W11 with latest node:alpine #533
Comments
Just some research context for you: microsoft/WSL#7254 -> Performance -> Solution disable ipv6 Stack, but problematic with no privileged user Minimal Code that works:
Code that takes too long:
|
|
I tested it on Windows 10 with WSL2 and Ubuntu 22. No issues found, other than the blackfire warning, which I disabled in the deploy.dev.yml file. The docker/sdk up goes through all of the steps and it works |
Do you have a ipv6 network interface? |
running ifconfig on windows and ip -6 addr on Ubuntu, it is active |
Can confirm that the issue is still present. Cloned the project and latest docker to a new folder, and I needed to edit the dashboard to use 18-alpine as before. |
hmm... we could downgrade the dashboard one to node v18 but it would also just be temporary since v18 has end of support 30 Apr 2025 :/ @bate , can you maybe validate newer node versions prior to v22? I dont see the wsl-issue you linked resolved anytime soon :( |
v18 works, everthing above has this issue. I dont have a windows machine but all my colleagues has this issue and we downgrade internally to v18 to get it working. |
@hidranarias can you disable the whole v6 stack to track it down? |
With IPV6 disabled, it took 17 minutes for the npm install of log and pm2. The rest of the commands went through but the Dashboard and other endpoints didn't work |
Hi, Could you kindly review the PR submitted by @fsmeier ? If everything functions as expected, we can proceed with downgrading the version and wait until the WSL issue is resolved. Thank you in advance! |
We test and i will give you feedback here. Thanks @fsmeier |
@bate Since it is done within the subsystem there shouldnt be obstacles with admin permissions, correct? WDYT? |
HI, as in 520 mentioned the issue is not resolved and disappears only with alpine18.
We have a couple of devs running still into this issues.
The text was updated successfully, but these errors were encountered: