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

64-bit versions of windows use 32-bit node.exe #47

Closed
ekaufman opened this issue Feb 13, 2015 · 1 comment
Closed

64-bit versions of windows use 32-bit node.exe #47

ekaufman opened this issue Feb 13, 2015 · 1 comment

Comments

@ekaufman
Copy link

The exeDependency for Windows always pulls in the 32-bit node.exe even when running a 64-bit version of windows.

I created PR #46 which will pull in the 64-bit version of node.exe when running 64-bit versions of Windows.

The specific nuisance this issue causes if you use node-sass, the node-sass installer looks at the process architecture to determine which libsass binding to install, and if I've already installed node-sass manually through an 'npm install' that will have installed the 64-bit binding in node_modules, and that will generate errors when gradle-node-plugin tries to run it with node.exe*32.

@srs
Copy link
Owner

srs commented Feb 20, 2015

Thanks. Closing this since the PR's pulled.

@srs srs closed this as completed Feb 20, 2015
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