-
-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error on cordova plugin add - @latest not found #94
Comments
Run into the same problem. I think a tag named "latest" is missing. I forked this repository and added the tag. For my cordova plugin, the following is working.
|
Not able to reproduce this. What version of npm have you got installed? ( |
When I search for the plugin in npm I get two entries, seems unexpected to me:
|
@robations very weird, unsure what the hell happened when publishing to npm... |
Here's what I get on OSX 10.12:
|
Turns out I get this behaviour with cordova @ 5.4.1. If I upgrade to 6.4, it works.
|
Earlier post was with cordova 6.3.1. Upgrading to 6.4.0 seems to fix it for me* ✓ * fixes the |
I've removed the Please let me know if this resolves the issue for you. |
Yes works for me now on cordova 5.4.1 |
Pretty sure that was it, so closing this now. |
Hi,
Receiving the following error on cordova install:
But works when I set the version explicitly:
The text was updated successfully, but these errors were encountered: