Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-42804

Windows (x86) - Can't install >= v4.0.0

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Minor Minor
    • nodejs-plugin
    • 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?

            Unassigned Unassigned
            jmbeach Jared Beach
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: