[ 
https://issues.apache.org/jira/browse/CB-9067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steve Gill resolved CB-9067.
----------------------------
    Resolution: Fixed

Fixed by passing in settings object when calling npm load

> Setting plugman registry changes npm registry but not plugman registry
> ----------------------------------------------------------------------
>
>                 Key: CB-9067
>                 URL: https://issues.apache.org/jira/browse/CB-9067
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: CLI, Plugman
>            Reporter: Jesse MacFadyen
>            Assignee: Steve Gill
>            Priority: Blocker
>
> Repro steps show the full impact ...
> {code}
> 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/
> {code}
> After attempting to set the plugman registry, npm will be unusable for 
> installing packages.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to