Jesse MacFadyen created CB-9067:
-----------------------------------
Summary: 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
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]