-
Type:
Bug
-
Resolution: Not A Defect
-
Priority:
Critical
-
Component/s: nodejs-plugin
-
Environment:Jenkins v2.176.1
Nodejs v1.3.3
Windows 2016 Datacenter
Installing nodejs automatically with plugin, it installs only x86 version
In case you need x64 -it will be x86 anyway.
Here is how i install nodejs x64
Â

After installation im running:
> node -p "process.arch"
and getting
> ia32
Â