cordovaDependencies
check fails if installed dependency has a matching pre-release version
#790
Open
3 tasks done
Labels
Bug Report
Problem
cordova plugin add ...
errors and installs older plugin version even though the requirements of the plugin are met just fine.What is expected to happen?
I can install the plugin.
What does actually happen?
The
-dev
suffix ofcordova-windows
master
seems to confuse the comparison logic, but it shouldn't as this is valid semver for a prerelease version: https://semver.org/#spec-item-9Information
Relevant bit of the plugin
package.json
:https://github.com/apache/cordova-plugin-splashscreen/blob/be85a1b14e69696b6c0355c754181c8d57d0837f/package.json#L30-L44
Version information
9.0.0 (cordova-lib@9.0.1)
Checklist
The text was updated successfully, but these errors were encountered: