Github user matrosov-nikita commented on the issue:
https://github.com/apache/cordova-lib/pull/542
@stevengill,
1. install cordova via coho (`cordova -v` outputs `6.5.1-dev
([email protected])`)
2. run `cordova plugin add cordova-plugin-inappbrowser`
output:
```
Warning: using prerelease version 6.5.1-dev ([email protected])
Unmet project requirements for latest version of
cordova-plugin-inappbrowser:
cordova (6.5.1-dev in project, >=3.1.0 required)
Fetching highest version of cordova-plugin-inappbrowser that this project
supports: 0.2.2 (latest is 1.7.0)
Saved plugin info for "org.apache.cordova.inappbrowser" to config.xml
```
0.2.2 version is installed rather than latest (1.7.0)
The problem that semver tries to compare cordova version with condition
from engine tag using `semver.satisfies('6.5.1-dev', '>=3.1.0')` - it returns
`false`
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]