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

[Issue]: installation of version 14.21.3 fails #1229

Open
bhazelkorn opened this issue Jan 28, 2025 · 4 comments
Open

[Issue]: installation of version 14.21.3 fails #1229

bhazelkorn opened this issue Jan 28, 2025 · 4 comments

Comments

@bhazelkorn
Copy link

What happened?

I'm using Amazon Workspaces (Windows Server 2019 Datacenter). When I run nvm install 14.21.3 it fails. When I run nvm install 18.18.0 it succeeds. nvm version 1.1.12 is able to install 14.21.3. I ended up downgrading to this version in order to install 14.21.3

What did you expect to happen?

installation of v 14.21.3 works on nvm 1.1.12

Version

1.2.0 or newer (Default)

Which version of Windows?

Windows Server 2019

Which locale?

None

Which shell are you running NVM4W in?

No response

User Permissions?

Administrative Privileges, Elevated

Is Developer Mode enabled?

None

Relevant log/console output

PS D:\Users\user\project-main> nvm install 14.21.3
Downloading node.js version 14.21.3 (64-bit)...
Complete
Downloading npm...
Creating D:\Users\user\AppData\Local\Temp\1\nvm-install-533944541\temp

Downloading npm version 6.14.18... Complete
Installing npm v6.14.18...
error installing 14.21.3: open D:\Users\user\AppData\Local\Temp\1\nvm-npm-209596119\npm-v6.14.18.zip: The system cannot find the file specified.
PS D:\Users\user\project-main> nvm install 6.14.18
error installing 6.14.18: Version 6.14.18 is not available.

The complete list of available versions can be found at https://nodejs.org/dist/index.json

Debug Output

Can't run debug anymore as I downgraded to version 1.1.12

Anything else?

No response

@bhazelkorn
Copy link
Author

It downloads the zip file into one location but then tries to run it from a totally different location so it gets the file not found error.

@Lisovsky-UwU
Copy link

Lisovsky-UwU commented Jan 29, 2025

same problem with node.js 12.16.1

@burnhamrobertp
Copy link

burnhamrobertp commented Jan 29, 2025

New to nvm-windows, installed it specifically for the purpose of switching down (temporarily) to this same version of node (14.x) and found it doesn't work. Hopefully this is an easy fix

@bhazelkorn
Copy link
Author

same problem with node.js 12.16.1

New to nvm-windows, installed it specifically for the purpose of switching down (temporarily) to this same version of node (14.x) and found it doesn't work. Hopefully this is an easy fix

use nvm version 1.1.12, don't use the latest version.

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

3 participants