nxtend-team / nxtend

MIT License
190 stars 41 forks source link

fix(capacitor): ensure npx uses @capacitor/cli executable #644

Open blackholegalaxy opened 1 year ago

blackholegalaxy commented 1 year ago

Description

As stated in linked issue, nxtend can try to use wrong cap executable since it cannot know which package this executable is referenced to.

So the solution is simply to add the --package option with @capacitor/cli package to ensure NPX will use the executable from proper package.

PR Checklist

Issue

Resolves #643

blackholegalaxy commented 1 year ago

@devinshoemaker could you consider having this merged to nxtend. I'll also do some PR in nxext for nx 14+.