Replies: 1 comment 1 reply
-
on the docs we use for other capacitor packages, like core/ios/android or our plugins, they need to be installed as regular dependencies because their content is not copied anywhere, your app uses their files from node_modules and the files are needed for your app to work |
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.
-
In the documentations the example to install the CLI dependencies of capacitor shows the typical way of installation without de --dev flag
npm install @capacitor/android
Is there a reason for this or can I use them as dev dependencies also?
Thanks for your help.
Beta Was this translation helpful? Give feedback.
All reactions