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

Not works in 32bit env #225

Open
yak1ex opened this issue Jun 21, 2019 · 0 comments
Open

Not works in 32bit env #225

yak1ex opened this issue Jun 21, 2019 · 0 comments

Comments

@yak1ex
Copy link

yak1ex commented Jun 21, 2019

Executables under bin folder are 64-bit binaries. So, invoking node or npm causes errors in 32bit env while actual node.exe, under v and v-x64, is provided for both of 32bit and 64bit.

v0.8.8 installer packages:
node.exe: 32bit
uninstall.exe: 32bit
bin/node.exe: 32bit
bin/npm.exe: 32bit
v/7.2.1/node.exe: 32bit
v-x64/7.2.1/node.exe: 64bit

v0.9.1 installer packages:
node.exe: 32bit
uninstall.exe: 32bit
bin/node.exe: 64bit
bin/npm.exe: 64bit
v/11.13.0/node.exe: 32bit
v-x64/11.13.0/node.exe: 64bit

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

1 participant