qooxdoo / qooxdoo-compiler

Compiler for Qooxdoo, 100% javascript
MIT License
36 stars 23 forks source link

qx contrib install: more helpful message if no compatible release #196

Closed cboulanger closed 5 years ago

cboulanger commented 6 years ago

Currently, if a contrib doesn't have a release that is semver-compatible with the qooxdoo version used, the following message is displayed:

'xxx/yyy has no stable release compatible with qooxdoo version 6.0.0-alpha-20180529.

To make the message more helpful, add the following

To install anyways, use --release x.y.z. Please ask the contrib maintainer to release a compatible version.

hkollmann commented 5 years ago

done with https://github.com/qooxdoo/qooxdoo-compiler/pull/273