You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to use nx run PROJECT:sync:android on a brand new ionic app within a NX monorepo triggers an error on our side. It tries to run npx cap sync which tries to download the cap package https://www.npmjs.com/package/cap which of course is not what is intended.
Please note we have @capacitor/cli installed both locally in root of our NX project and globally.
The text was updated successfully, but these errors were encountered:
When trying to use
nx run PROJECT:sync:android
on a brand new ionic app within a NX monorepo triggers an error on our side. It tries to runnpx cap sync
which tries to download thecap
package https://www.npmjs.com/package/cap which of course is not what is intended.Please note we have
@capacitor/cli
installed both locally in root of our NX project and globally.The text was updated successfully, but these errors were encountered: