Hello everybody,
I am trying to create a package with the cordova plugin cordova-plugin-background-geolocation developped by christocracy.
I declare it in my package.json file as follow:
Cordova.depends({
'org.transistorsoft.cordova.background-geolocation': 'https://api.github.com/repos/christocracy/cordova-plugin-background-geolocation/tarball/master',
'org.apache.cordova.geolocation': '0.3.12',
'org.apache.cordova.device': '0.2.11'
});
when I launch my test application I get the following error:
package.js:14:9: must declare exact version of dependency:
org.transistorsoft.cordova.background-geolocation@https://api.github.com/repos/christocracy/cordova-plugin-background-geolocation/tarball/master
What is wrong with my package declaration ?
Thanks in advance for the help.
Best Regards