VueX not available in Quasar v2-rc1
See original GitHub issueDescribe the bug
I just updated from Quasar v2 beta to Quasar v2-rc1 (using quasar upgrade -i
). I started seeing the following error when running quasar dev:
TS2307: Cannot find module 'vuex' or its corresponding type declarations.
I have been using VueX in the previous beta without any issues. When running quasar info
I see:
vuex - Not installed
Seems like the VueX dependency has dropped out.
Tried removing the node_modules folder and running yarn install, still nothing.
Tried adding a VueX store with quasar new store -f ts-composition savedResources
, which adds the store files as expected, but still shows vuex - Not installed
in quasar info
.
Looking at the docs, it suggests this should be handled by the CLI. Is there something needing to be done to trigger the installation?
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:6 (4 by maintainers)
Top GitHub Comments
@maggie0002 If you read the latest release note, you will know why bro:
@maggie0002 the “quasar info” command is useful when logging tickets here on Github, so it makes sense to keep it there.
On another topic, updated docs and will be available on next deployment.