Uploaded image for project: 'Apache Cordova'
  1. Apache Cordova
  2. CB-9608

cordova-android no longer builds on Node 0.10 or below

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • Master
    • None
    • None
    • None

    Description

      cordova-android uses `path.isAbsolute` as part of its build script, which is only available on Node versions 0.12 and above.

      This commit (related to CB-9284) introduced the `isAbsolute` dependency: https://github.com/apache/cordova-android/commit/d3245a43d303b570daed1c2fc828deccbe306441

      Based on this slack conversation, it looks like this resolution is to continue supporting 0.10, so we should find a way to remove `path.isAbsolute`. Here's one option: https://www.npmjs.com/package/path-is-absolute

      Attachments

        Activity

          People

            daserge Sergey Shakhnazarov
            mattdsteele Matt Steele
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: