Skip to content
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

cordova-plugin-file not found when installing cordova-plugin-zip #50

Closed
ebrehault opened this issue May 21, 2015 · 1 comment
Closed

Comments

@ebrehault
Copy link

The org.apache.cordova.file dependency recently changed to cordova-plugin-file, and now we get an error when cordova install cordova-plugin-zip, because cordova-plugin-file is not available on http://registry.cordova.io/ (as it is not released yet, see https://issues.apache.org/jira/browse/CB-8806).
It might also produce conflicts with other Apache plugins depending on org.apache.cordova.file (like like org.apache.cordova.file-transfer or org.apache.cordova.media).
I wrote an answer on stackoverflow about that: http://stackoverflow.com/questions/30302647/error-404-cordova-plugin-file-when-trying-to-install-cordova-plugin-zip-for-ios/30344258#30344258, but maybe it would be helpful to mention it on the README until org.apache.cordova.file v2 is released.

@agrieve
Copy link
Member

agrieve commented May 21, 2015

Thanks for pointing this out!

I've fixed the README to not have people installing straight from git (you should generally install only from published versions on the registry)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants