Using Quasar + Capacitor inside a pnpm monorepo #18311
Unanswered
danliyev
asked this question in
CLI - Capacitor / Cordova modes
Replies: 1 comment 1 reply
-
|
Have you tried adding it to |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm building a pnpm monorepo where one of the apps is a Quasar project with Capacitor mode. The structure looks like this:
The issue is that
src-capacitorhas its ownpackage.json, but since it's not in the workspace, its dependencies aren't installed onpnpm install. How do you handle this setup? Is there a recommended way to integratesrc-capacitorinto a monorepo, or do most teams just install its dependencies separately?Beta Was this translation helpful? Give feedback.
All reactions