[ 
https://issues.apache.org/jira/browse/CB-9067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14578342#comment-14578342
 ] 

ASF subversion and git services commented on CB-9067:
-----------------------------------------------------

Commit 00c5262b1763e4e63cd578a1334ea7bfa4110c71 in cordova-lib's branch 
refs/heads/master from [~stevegill]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-lib.git;h=00c5262 ]

CB-9067 fixed plugman config set registry and adduser


> 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