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
node.exe run problem on win 7 #39894
Comments
|
It seems You could try Node.js v12.x , if you want to use Node.js in Win7. Refs: https://docs.microsoft.com/en-us/windows/win32/api/winsock2/nf-winsock2-gethostnamew |
|
@gruber123 (and all who needs fix) we should vote for this pr in libuv: libuv/libuv#3285 |
|
Well, now 14.18.0 gives the same error, so 14.17.6 is the only remaining option for win7 :-( |
|
For me the latest version 16.6.2 that works install through nvm |
|
Like the comments above: Node.js no longer supports Win7 |
|
For node run 16.6.2 works on windows 7, but client frameworks such as angular has limited support for node.js versions. I've checked it with last LTS 14.8.1 fails with same stupid error about hostnamewa ..., finally i've set for angular version 14.15.0, i will try 14.7.6 someday, |
Version
16.8.0
Platform
window 7 x64
Subsystem
No response
What steps will reproduce the bug?
node -v
How often does it reproduce? Is there a required condition?
each run
What is the expected behavior?
do not fail with exception and show version information
What do you see instead?
failed with exception on enter point to dll not found

Additional information
No response
The text was updated successfully, but these errors were encountered: