-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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.js 14.x supported on windows 8.1 and above? #33000
Comments
Can you explain a bit more? Do you get an error message? If so, what is it? If not, what behavior are you experiencing? |
This is intentional, see #31954. |
Sorry, Windows 7 reached its EOL and we no longer support it. The last Node version tested on Win7 is 13.6.0. |
I have version 13.13.0 and it's working on windows New version 14.0.0 says: (node --version) this program can be run only on windows 8.1 and .... |
@eladkarako thank you for the wonderful instructions! EDIT: Didn't have it on hand as I was on mobile, but we have landed commits from #33176 in master that will allow this check to be bypassed. Though the MSI thing will likely be very helpful in the future as I do not believe the MSI installer has been unrestricted in the landed commits. Also please note that this was not only built into the MSI but the node.exe runtime all itself. 🙂 |
@eladkarako thanks! |
i couldn't do it. i had to download ver 13.14.0 |
It doesn't sound like actual support is checked for -- those purchasing extended support for Win7 are supported through 2023. |
I solved this by installing the latest version which is compatible with windows 8. (12.13.0). download the windows binary(.zip) and extract it to the nodejs folder. after that, I tried at the moment that the latest nodejs LTS version. I hope this helps 😄 |
I've downloaded this version (14.15) and set
|
When you think about how long WinXP was around and worked after Vista came
out, its pretty disgusting the lengths MS has gone to force people off Win7.
…On 2021/09/18 22:53, Milad Mehdizade wrote:
I've downloaded this version <https://nodejs.org/en/download/> (14.15)
and set |NODE_SKIP_PLATFORM_CHECK=1| in windows 7 environment
variables; now its working but it says:
Node.js is only supported on Windows 8.1, Windows Server 2012 R2,
or higher.
Setting the NODE_SKIP_PLATFORM_CHECK environment variable to 1
skips this
check, but Node.js might not execute correctly. Any issues
encountered on
|
Thinking about expiration some os it's very wrong thinking and demanding in open source software that was programmed for all OSes that were supported before. |
Any ideas how to use version 16 on windows 7? The discord.js library needs at least version 16, but I was able to run at most 15.14.0 version |
after installation according to the instructions, at startup it gives an error: "The entry point to the GetHostNameW procedure was not found in the DLL WS2_32.dll library" |
I'm having the same issue. Please how can I solve it. |
@Chidubem100 please describe your issue. |
I cant bruh you can help me ? |
I am facing difficulty in installing nodejs version 14 on windows 7. Could anyone please help me? |
Use |
The Environment Flag NODE_SKIP_PLATFORM_CHECK does indeed work, but only on Node versions 14.5 or higher. I can confirm it works Node v14.5 - Node v14.15, but it's important to not load the .msi release, but rather, the .zip release. https://nodejs.org/api/cli.html#cli_node_skip_platform_check_value |
I have Windows 7 x32 bit. |
@matifagith By upgrading your operating system. |
and thank YOU too - in v14.19.3 it seems the switch doesn't work anymore... downloaded v14.15.1 and voilá! Thanks man! |
I think maybe you could install the latest node.js version using the n package. |
The environment variable should still work for node 14.19 or 14.20 in Windows 7 - it's still documented here https://nodejs.org/docs/latest-v14.x/api/cli.html#cli_node_skip_platform_check_value |
Just tried 14.20.0 - doesn't work anymore. Only 14.15.1, which is very old... |
For those that have win 7 32 bit follow the instructions of creation new environment variable that was mentioned before and later of all uninstall Node from control panel, that worked for me. Before uninstall node kept appears node version 12.0, after uninstall come out version 18.5 |
I'm on windows 7 only and not mean to set windows 8.1
It's pity for installation package goes on windows 8 and above only.
Version 13.x still was supported on Windows 7
The text was updated successfully, but these errors were encountered: