-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
Jenkins ver. 2
NodeJS Plugin
I am trying to use the NodeJS plugin on an x86 Windows machine and I get the error thrown on this line:
java.lang.IllegalArgumentException
Unresolvable nodeJS installer for version=4.0.0, cpu=i386, platform=WINDOWS
The logic which throws this error is `NodeJSVersion.parseVersion(version).compareTo(new NodeJSVersion(4, 0, 0)) >= 0`
But that does not make sense to me because if you go to NodeJS's distrobutions, there is an x86 Windows distro for every node version. Why enforce it to be less than version 4?
- duplicates
-
JENKINS-42775 NodeJS Plugin - Unresolvable nodeJS installer for version in Windows i386
- Resolved