Replies: 1 comment
-
@gmbett Did you find any solution? I am facing the same problem here. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi,
I'm trying to build a capacitor in which the Android code uses internally sub-modules, e.g: app-core
My main problem is that when I do a
npm install [path to plugin]
, the main project doesn't work properly because it cannot find the submodule dependency inside the plugin.Do you know how to solve this?
Beta Was this translation helpful? Give feedback.
All reactions