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

node.js v4.1.2 installer confused by Visual Studio 2015 node install #3210

Closed
dunxm opened this issue Oct 6, 2015 · 1 comment
Closed

node.js v4.1.2 installer confused by Visual Studio 2015 node install #3210

dunxm opened this issue Oct 6, 2015 · 1 comment
Labels
install Issues and PRs related to the installers. windows Issues and PRs related to the Windows platform.

Comments

@dunxm
Copy link

dunxm commented Oct 6, 2015

A few days after I had installed node.js v4.1.1 x64 I installed Visual Studio 2015 (professional), one of the options I selected was 'Joyent Node.js'. Another few days later when I came to installing node.js v4.1.2, the installer program wanted to install in C:\Program Files (x86)... rather than the expected C:\Program Files\ i.e. it was going to try and install to the 32-bit location. I am running Windows 7 Enterprise x64.

My workaround was to uninstall the version of node.js (12.2) that Visual Studio 2015 had installed. After that the 64 bit install of v4.1.2 would select the correct (C:\Program Files...) folder.

I double-checked that the installer I downloaded was the x64 version - it was.

I'm guessing this is something to do with the install of node.js by Visual Studio 2015 that has messed things up and may therefore not be your issue.

@joaocgreis
Copy link
Member

That's a known problem. Installers of old versions didn't know about the merge with io.js, so you ended up with two versions installed simultaneously. The new installer tries to upgrade the old version when it is found. Suggesting to install the 64bit version in Program Files (x86) is another known issue. All of this has been fixed, but only for new versions.

Your workaround should not rise any problems. If you need an older version of node, uninstall the new one first.

@mscdex mscdex added windows Issues and PRs related to the Windows platform. install Issues and PRs related to the installers. labels Oct 6, 2015
@Trott Trott closed this as completed Oct 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
install Issues and PRs related to the installers. windows Issues and PRs related to the Windows platform.
Projects
None yet
Development

No branches or pull requests

4 participants