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

Setting plugman registry changes npm registry but not plugman registry

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • None
    • None
    • None

    Description

      Repro steps show the full impact ...

      jessem-osx: jessem$ npm config get registry
      https://registry.npmjs.org/
      jessem-osx: jessem$ plugman config get registry
      http://registry.cordova.io
      jessem-osx: jessem$ plugman config set registry http://plugins.cordova.io
      jessem-osx: jessem$ plugman config get registry
      http://registry.cordova.io
      jessem-osx: jessem$ npm config get registry
      http://plugins.cordova.io/
      

      After attempting to set the plugman registry, npm will be unusable for installing packages.

      Attachments

        Activity

          People

            stevegill Steve Gill
            purplecabbage Jesse MacFadyen
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: