You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, when I tried quasar dev after that upgrade, my dev build fails with the following error message: App • ⚠️ Extension(@quasar/qmarkdown): is not compatible with @quasar/app-webpack v3.15.1. Required version: ^4.0.0
I'm using QMarkdown with the following Quasar levels:
A couple of days ago I realized that QMarkdown is still on v2.0.0 Beta 10. So (maybe naively), I issued:
quasar upgrade -i
Initially that upgrade looked successful:
However, when I tried
quasar dev
after that upgrade, my dev build fails with the following error message:App • ⚠️ Extension(@quasar/qmarkdown): is not compatible with @quasar/app-webpack v3.15.1. Required version: ^4.0.0
Reading https://quasar.dev/quasar-cli-webpack/upgrade-guide, upgrading a Quasar app to Webpack v4 looks like complicated work.
Is it true that I need to do that, only to be able to upgrade the QMarkdown app extension to the newest level?
The text was updated successfully, but these errors were encountered: