question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

"Plugin doesn't support this project's cordova version. cordova: 8.1.1"

See original GitHub issue

When I try to install this plugin, Cordova skips all of my platforms with this error: Plugin doesn't support this project's cordova version. cordova: 8.1.1, failed version requirement: >=9.0.0

Is there anything I should try to get this plugin to work with Cordova CLI 9.0?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

4reactions
chemerisukcommented, Jul 12, 2019
npm uninstall -g cordova
npm install -g cordova@9.0.0
3reactions
ketanambekar1commented, Sep 12, 2019

Hey, Any solutions? I am getting this issue specially while installing Firebase related plugins…

@chemerisuk :: Yes, upgrading cordova version worked for me…! But I didn’t installed it globally instead I ran
npm install cordova@9.0.0 this in my project and plugin (firebaseAnalytics) got installed… Thanks very much 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Plugin doesn't support this project's cordova ... - Stack Overflow
Ok, I solved my problem, turns out cordova released a new stable version for Android November 9th. I just had to updated via:...
Read more >
Installing "cordova-plugin-camera" for android Plugin doesn't ...
Continuing the discussion from Installing "cordova-plugin-camera" for android Plugin doesn't support this project's cordova-android version.
Read more >
Plugin doesn't support this project's cordova ... - Meteor forums
Hi, I install cordova-plugin-firebase-messageing@1.1.4 in the meteor@1.7.0.5. When I run build, it shown below. %% Plugin doesn't support ...
Read more >
Upgrading Android - Apache Cordova
This guide shows how to modify Android projects to upgrade from older versions of Cordova. Most of these instructions apply to projects created...
Read more >
cordova-android - npm
cordova -android release. Latest version: 11.0.0, last published: 5 months ago. Start using cordova-android in your project by running `npm i ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found