nxext / nx-extensions

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

Ionic React: nx v15.8.x Generator fails with angular error #909

Closed msacchetti closed 1 year ago

msacchetti commented 1 year ago

Describe the bug Generating an Ionic React app using nxext@latest with NX v15.8 throws this error. Which is strange because it shouldn't need angular, right?

To Reproduce

nx generate @nxext/ionic-react:application staff-portal                                                                                          
>  NX  Generating @nxext/ionic-react:application
✔ Which starter template would you like to use? · sidemenu
 >  NX   Cannot install required package @nrwl/angular during a dry run. 
Run the generator without --dryRun, or install the package with "npm install -D @nrwl/angular@15.8.5" and try again.
   Pass --verbose to see the stacktrace.
DominikPieper commented 1 year ago

I'll close this cause it's a duplicate. Already aware of the problem with 15.8

msacchetti commented 1 year ago

I'll close this cause it's a duplicate. Already aware of the problem with 15.8

Thank you. Why does the React plugin need Angular as a dependency?

DominikPieper commented 1 year ago

@msacchetti that's an bug, will be removed with the next release