Skip to content
Discussion options

You must be logged in to vote

The current recommendation is not to add apps/web/src-capacitor to the root pnpm-workspace.yaml.

Recent @quasar/app-vite versions (unreleased v3) create a pnpm-workspace.yaml inside src-capacitor. This intentionally makes the Capacitor mode directory an isolated pnpm workspace, even when the Quasar application itself is part of a larger monorepo. Quasar then installs and prepares the mode dependencies from that directory.

Adding src-capacitor to the root workspace can produce two workspace packages with the same name: the Quasar application and its Capacitor mode package. A name filter such as:

pnpm -F "@example.com/web"

can consequently select or attempt to operate on both projects. pnpm…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@danliyev
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by danliyev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants