katzer / cordova-plugin-local-notifications

Cordova Local-Notification Plugin
Apache License 2.0
2.57k stars 1.76k forks source link

package.json references a version of cordova-ios that doesn't exist #2050

Open geoidesic opened 3 days ago

geoidesic commented 3 days ago

WARNING: IF YOU IGNORE THIS TEMPLATE, WE'LL IGNORE YOUR ISSUE. YOU MUST FILL THIS IN!

https://github.com/katzer/cordova-plugin-local-notifications/blob/7ea561a4eaa5cb061339b24d20e703625eda949e/package.json#L30

This line indicates that the minimum supported version of cordova-ios is v10. However, the current version of cordova-ios that's available is 7.1.1. There isn't a newer version on their repository. What gives?

Your Environment

Expected Behavior

Ideally it should be installable.

Actual Behavior

Gives an Unmet project requirements warning and then installs an old beta version

Steps to Reproduce

  1. cordova plugin add cordova-plugin-local-notification

Context

Install the plugin

Debug logs

% cordova plugin add cordova-plugin-local-notification
Unmet project requirements for latest version of cordova-plugin-local-notification:
    cordova-ios (7.1.1 in project, >=10.0.0 required)
Fetching highest version of cordova-plugin-local-notification that this project supports: 0.9.0-beta.2 (latest is 1.0.0)
GitToTheHub commented 2 days ago

Hi,

thanks for opening this issue. I corrected the incorrect dependency in package.json in https://github.com/katzer/cordova-plugin-local-notifications/commit/39d79c7b4b588c803888a96acf6b6eda8a2c3d19.

I will make an update on npm.

Regards,

Manuel