nxtend-team / nxtend

MIT License
190 stars 41 forks source link

Using capacitor commands tries to use wrong package #643

Open blackholegalaxy opened 2 years ago

blackholegalaxy commented 2 years ago

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.