nxext / nx-extensions

Nx Extension for StencilJs, SvelteJS, SolidJS, Ionic and VueJs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@nxext/ionic-angular:application not working

nhhockeyplayer opened this issue Β· comments

Describe the bug
cannot generate mobile app

To Reproduce

1033 npx create-nx-workspace@latest
1036 yarn add -D @nxext/ionic-angular --exact
1037 nx report
1038 nx generate @nxext/ionic-angular:application mobile

Expected behavior
should complete with zero exceptions

Additional context
meanstack02@admin ionic-maps % yarn add -D @nxext/ionic-angular --exact
yarn add v1.22.19
[1/4] πŸ” Resolving packages...
[2/4] 🚚 Fetching packages...
[3/4] πŸ”— Linking dependencies...
warning "@nxext/ionic-angular > @nxext/capacitor@15.7.0" has unmet peer dependency "@nrwl/workspace@^15.7.0".
warning "@nxext/ionic-angular > @nxext/capacitor@15.7.0" has incorrect peer dependency "nx@^15.7.0".
warning "@nxext/ionic-angular > @nrwl/devkit > @phenomnomnominal/tsquery@4.1.1" has incorrect peer dependency "typescript@^3 || ^4".
warning " > @nxext/ionic-angular@15.7.0" has unmet peer dependency "@nrwl/angular@^15.7.0".
[4/4] πŸ”¨ Building fresh packages...
success Saved lockfile.
success Saved 2 new dependencies.
info Direct dependencies
└─ @nxext/ionic-angular@15.7.0
info All dependencies
β”œβ”€ @nxext/capacitor@15.7.0
└─ @nxext/ionic-angular@15.7.0
✨ Done in 8.03s.
meanstack02@admin ionic-maps % nx report

NX Report complete - copy this into the issue template

Node : 18.12.1
OS : darwin x64
yarn : 1.22.19
Hasher : Native

nx : 16.2.1
@nx/js : 16.2.1
@nx/jest : 16.2.1
@nx/linter : 16.2.1
@nx/workspace : 16.2.1
@nx/angular : 16.2.1
@nx/cypress : 16.2.1
@nx/devkit : 16.2.1
@nx/eslint-plugin : 16.2.1
@nrwl/tao : 16.2.1
@nx/web : 16.2.1
@nx/webpack : 16.2.1
nx-cloud : 16.0.5
typescript : 5.0.4

Community plugins:
@nxext/ionic-angular : 15.7.0

meanstack02@admin ionic-maps % nx generate @nxext/ionic-angular:application mobile

NX Generating @nxext/ionic-angular:application

βœ” Which starter template would you like to use? Β· tabs

NX @nrwl/workspace is not a dependency.

Pass --verbose to see the stacktrace.

logged a bug at Nx unsure what overlap exists

nrwl/nx#17098

NxExt is not compatible with Nx 15 or 16... this appears to be the issue