Skip to content
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

error running Node.js v20.3.0 on Windows Server 2008 R2 Enterprise #51465

Closed
gweesin opened this issue Jan 14, 2024 · 1 comment
Closed

error running Node.js v20.3.0 on Windows Server 2008 R2 Enterprise #51465

gweesin opened this issue Jan 14, 2024 · 1 comment

Comments

@gweesin
Copy link

gweesin commented Jan 14, 2024

Version

v20.3.0

Platform

Microsoft Windows NT 6.1.7601 Service Pack 1

Subsystem

No response

What steps will reproduce the bug?

use node -v on Windows Server 2008 R2 Enterprise cmd.

I try to use pnpm use-node-version function to set Node.js version

the scripts of package.json:

"scripts": {
  "a": "node -v"
}

The result of my test is this:

image

If the version number is less than 20.3.0, it won't throw an error.

How often does it reproduce? Is there a required condition?

Always

What is the expected behavior? Why is that the expected behavior?

Expect the command node -v to produce the output correctly.

What do you see instead?

> node -v

ELIFECYCLE  Command failed with exit code 3221225785

Additional information

No response

@targos
Copy link
Member

targos commented Jan 15, 2024

Support for Windows Server 2008 was removed in #31954

@targos targos closed this as not planned Won't fix, can't repro, duplicate, stale Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants