nxext / nx-extensions

Nx Extension for StencilJs, SvelteJS, SolidJS, Ionic and VueJs
MIT License
454 stars 99 forks source link

@nxext/ionic-angular:application not working #950

Closed nhhockeyplayer closed 1 year ago

nhhockeyplayer commented 1 year ago

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.

nhhockeyplayer commented 1 year ago

logged a bug at Nx unsure what overlap exists

https://github.com/nrwl/nx/issues/17098

nhhockeyplayer commented 1 year ago

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