You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I can't find a way to specify the architecture of the node to install. I'm on a 64bit windows machine and I need to specify to install the ia32 (x86) version of node.
My uses case is quite complex to describe:
"A node application with native modules release as single binary."
The deveopers PC are mixed windows 32bit and 64bit
The central build machine is a windows 64bit with a shared installed node ( 64bit fixed version 8). Every project needed to install its enviroment ( node, modules etc ) before the build process.
The native modules ( C/C++ ) needed to be compiled with the exact version and arch as the final packed exe file.
For the moment I have some post install custom script that unpack and link the right node version in the project but is not the optimal solution.
Hello,
I can't find a way to specify the architecture of the node to install. I'm on a 64bit windows machine and I need to specify to install the ia32 (x86) version of node.
For example would be nice:
npm install [email protected]
L.
The text was updated successfully, but these errors were encountered: