quasarframework / quasar-ui-qiconpicker

QIconPicker - Quasar App Extension
https://qiconpicker.netlify.app
MIT License
56 stars 18 forks source link

Not compatible with quasar/apps v2 #169

Closed goteguru closed 3 years ago

goteguru commented 3 years ago

After installing with quasar ext (legacy quasar version not v2) I get:

Extension(qiconpicker): is not compatible with @quasar/app v2.1.6. Required version: ^1.1.0

One could think v2.1.6 is greater than 1.1.0 :-o (but probably I misunderstand something).

Result Quasar stops working. quasar dev (and most other commands) stops with above message.

Expected behavior quasar (v1) should start with qiconpicker installed

goteguru commented 3 years ago

Well, probably not this package's fault. After I saw the current patch in the source I ran manually:

yarn add --dev @quasar/quasar-app-extension-qiconpicker

and it works. quasar ext adds the old package version (without the @quasar flag) for some unknown reasons.

goteguru commented 3 years ago

For the record: there are legacy quasar-app-extension-qiconpicker and a newer @quasar/quasar-app-extension-qiconpicker extensions. quasar ext add @quasar/quasar-app-extension-qiconpicker works.