nxext / nx-extensions

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

msacchetti opened this issue · comments

commented

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.

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

commented

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?

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