Open xiangnanscu opened 2 years ago
@capacitor/filesystem is meant to be used with Capacitor 3-4, but you are still using @capacitor/core 2.5.0.
Capacitor 2 had the core plugins included, you don't have to install any of the @capacitor/whatever plugins and installing them will fail as it's happening.
What happened?
When I try to use @capacitor/filesystem api like
Filesystem.writeFile
in .vue file:I run
quasar dev -m capacitor -T android
and during the process encounter:What did you expect to happen?
Should not error
Reproduction URL
https://stackblitz.com/edit/quasarframework-vsuuy9?file=package.json
How to reproduce?
yarn start
Flavour
Quasar CLI with Vite (@quasar/cli | @quasar/app-vite)
Areas
Capacitor Mode
Platforms/Browsers
Android
Quasar info output
Relevant log output
No response
Additional context
No response