Closed mley closed 1 month ago
Hi @mley, this was fixed here (https://github.com/nxext/nx-extensions-ionic/commit/1cd7776f35e0ad6a76a00aaa7ad7c321f0c5304d) but not yet released. Do we want to release it @DominikPieper? Also, note that we are thinking about completely dropping the application generator. See this: https://github.com/nxext/nx-extensions/pull/1103.
@edbzn Im having the same issue, but this is just happening if you run the ionic generator in a nx workspace created as a standalone repository, the problem is not running it in a mono repository nx project.
Is there a plan to have available the fix or the change of the dropping application generator? BTW what does it mean for use once the application generator is dropped?
The issue should no longer appear (once we release main) as we dropped the code updating the eslint config. Actually, we refactored the application
generator into a configuration
generator, the idea is to delegate the creation of the app to the end user, so you can generate your regular Angular (or React) application with whatever option you want, and the new configuration
generator just adds the necessary Ionic/Capacitor boilerplate to your application, so now it's a two steps process.
Ok thx for your clarification, is there a plan when you'll release this? I see you already merged the relevant code. Would be nice to have it as soon as possible.
thx for your hard work guys
I'll do a release in the next 30 minutes :-)
Describe the bug Creating a new ionic-angular app in a fresh nx workspace fails with the error message
Cannot find apps/ionic-app-test/.eslintrc.json
I followed the guides on
To Reproduce
Expected behavior It generates the app.
Additional context node v18.20.4 npm 10.8.2 NX version v19.8.1
console output