Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Couldn't build android by NX commands #616

Open
sanjib-kumar-mandal opened this issue Mar 21, 2022 · 1 comment
Open

Couldn't build android by NX commands #616

sanjib-kumar-mandal opened this issue Mar 21, 2022 · 1 comment

Comments

@sanjib-kumar-mandal
Copy link

sanjib-kumar-mandal commented Mar 21, 2022

Hi @devinshoemaker can you please consider this issue

Untitled
This is my app level package.json
and
Untitled1

This is my root level package.json
When ever I build android no plugins installs in the app except ones which is in the app level. I want to install both plugins so that app runs well and unused plugins can be removed from root package.json file
Can anyone tell me how to resolve this?

@lte-deankier
Copy link

I was able to successfully build after reading your issue, thank you.

I believe that right now your build process must include running the package installer in both the root of the repository and in your application directory before issuing the build command. That was the only time I was able to see plugins included in the capacitor sync process.

It would be helpful to update the documentation to include more clarity where plugins must go and where npm install should be run before running the sync process.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants