dpa99c / phonegap-launch-navigator

Phonegap/Cordova plugin which launches native route navigation apps for Android, iOS and Windows
369 stars 131 forks source link

Plugin not intsalling on Android and Ios #176

Closed Maheshbhusanoor closed 6 years ago

Maheshbhusanoor commented 6 years ago

Hello Sir,

Thank you for updating plugins but Still i am getting same error as i was getting in version 4.1.0.

Here is the error code Error - Plugin error (you probably need to remove plugin files from your app): //github.com/dpa99c/phonegap-launch-navigator.git --nohooks=.": Fetching plugin "https://github.com/dpa99c/phonegap-launch-navigator.git" via git clone Using shallow clone Repository "https://github.com/dpa99c/phonegap-launch-navigator.git" checked out to git ref "master" at "d115e93". Installing "uk.co.workingedge.phonegap.plugin.launchnavigator" at "4.1.1" for android Fetching plugin "cordova-plugin-actionsheet@2" via npm Installing "cordova-plugin-actionsheet" at "2.3.3" for android Failed to install 'uk.co.workingedge.phonegap.plugin.launchnavigator': CordovaError: Version of installed plugin: "cordova-plugin-dialogs@2.0.0" does not satisfy dependency plugin requirement "cordova-plugin-dialogs@^1". Try --force to use installed plugin as dependency. at /home/ec2-user/.npm/lib/node_modules/pgb-plugman/node_modules/pgb-cordova-lib/src/plugman/install.js:581:33 at _fulfilled (/home/ec2-user/.npm/lib/node_modules/pgb-plugman/node_modules/q/q.js:787:54) at self.promiseDispatch.done (/home/ec2-user/.npm/lib/node_modules/pgb-plugman/node_modules/q/q.js:816:30) at Promise.promise.promiseDispatch (/home/ec2-user/.npm/lib/node_modules/pgb-plugman/node_modules/q/q.js:749:13) at /home/ec2-user/.npm/lib/node_modules/pgb-plugman/node_modules/q/q.js:509:49 at flush (/home/ec2-user/.npm/lib/node_modules/pgb-plugman/node_modules/q/q.js:108:17) at _combinedTickCallback (internal/process/next_tick.js:67:7) at process._tickCallback (internal/process/next_tick.js:98:9) Version of installed plugin: "cordova-plugin-dialogs@2.0.0" does not satisfy dependency plugin requirement "cordova-plugin-dialogs@^1". Try --force to use installed plugin as dependency.

dpa99c commented 6 years ago

Ah crap, I just spotted it was referenced again in the plugin.xml. Will publish another version which fixes this.

Maheshbhusanoor commented 6 years ago

For ios its getting bulid.I am facing problem for android only now.Thank you for your quick response.

dpa99c commented 6 years ago

uk.co.workingedge.phonegap.plugin.launchnavigator@4.1.2 should now work for both Android and iOS

Maheshbhusanoor commented 6 years ago

ok thank you so much.I will check now.

Maheshbhusanoor commented 6 years ago

Waaw!! Perfect.Its working.Thank you so much.