Upgrading to 1.5.1 from 1.2.7
See original GitHub issueDescribe the bug
I had the following versions:
“quasar”: “^1.2.7” “@quasar/extras”: “^1.2”
I ran the following commands:
npm install quasar@latest
npm install @quasar/extras@latest
Expected behavior Everything should work fine.
What really happened

Platform (please complete the following information): OS: Win 10 Node: 12.13.0 NPM: 6.12.0
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
Upgrading to Vault 1.2.7 - Guides
This page contains the list of deprecations and important or breaking changes for Vault 1.2.7. Please read it carefully.
Read more >Upgrading to Vault 1.2.7 - Guides
This page contains the list of deprecations and important or breaking changes for Vault 1.2.7. ... Upgrade to 1.5.1 · Upgrade to 1.5.0...
Read more >releases/releases - 1.5.x
You can download Play releases here. Each release has a Migration Guide that explains how to upgrade from the previous release. Play 1.5.x....
Read more >Update 1.2.7 | Minecraft Bedrock Wiki - Fandom
Update 1.2.7 was a minor update for Minecraft. It was released on December 14th, 2017 for all devices. See changelog. New Marketplace content....
Read more >FAQ: Version Upgrade Compatibility - Humio Documentation
1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.2.10 1.2.11 1.2.12 1.3.0 ... 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

There is a problem with Vue CLI 3 where a cache is created in
node_modules/.cacheand that cache does not invalidate when you update your dependencies. Can you try deleting this folder and running your app again? Here is the original issue: https://github.com/vuejs/vue-cli/issues/4438Vue CLI 4 is out and I think the issue is fixed but I haven’t verified it myself yet.
For Vue CLI 4 use vue-cli-plugin-quasar v2+. Due to a bug in Vue CLI (v3 for sure, might have been fixed in v4), it is required that you clean up cache. Not Quasar’s fault. Quasar is added to the transpileDependencies list automatically by the vue-cli-plugin-quasar.