Search code examples
cordovaplugman

Unable to get beyond 'Login Error' publishing to Cordova Plugin Registry


I'm trying to publish an update to a plugin already in the public Cordova repository at plugins.cordova.io. Calls to plugman publish are rejected with a 'login error'. Based on other information online, I tried removing ~/.plugman and re-running plugman adduser. That command succeeds but I still get a login error on subsequent attempts to publish.

It's certainly possible that I don't have the correct password, but there does not seem to be any way to perform a password reset. I also noticed that running plugman adduser does not seem to store any credential information in ~/.plugman but it does create/update ~/.npmrc. I do have a separate account on npmjs so I don't know if they have interacted somehow.

So right now I'm completely locked out of the public repository. I do still have access to the email address associated with the plugin but without any password reset procedure I'm not sure where to go next. I didn't see any contact details on the registry site itself.


Solution

  • I solved downgrade plugman version

    npm install -g [email protected]