We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How can I load this plugin in meteor, and how to access files in a meteor template?
The text was updated successfully, but these errors were encountered:
I tried to make a meteor package using this plugin. Cordova.depends({ 'com.meteor.cordova-update': '0.0.1' });
But I got the following error message: Error while running for mobile platforms: Version string must look like semver (eg '1.2.3'), not 'https://github.com/meteor/com.meteor.cordova-update/tarball/92fe99b7248075318f6446b288995d4381d24cd2'.
Strange thing: I have a version number in the Cordova.depends and the tarball URL is correct, but I dont works
Sorry, something went wrong.
cordova plugin add https://github.com/meteor/com.meteor.cordova-update.git
No branches or pull requests
How can I load this plugin in meteor, and how to access files in a meteor template?
The text was updated successfully, but these errors were encountered: