-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nx 14 support #628
Comments
For a quick work-around until this is resolved you can try overriding the dependencies: "overrides": {
"@nxtend/capacitor": {
"@nrwl/devkit": "$@nrwl/devkit"
},
"@nxtend/ionic-angular": {
"@nrwl/devkit": "$@nrwl/devkit"
}
} We had to do this, because otherwise nx v13 is installed as a sub-dependecy which broke installation scripts. (this might not work for every package, of course, but seems to do it for our use cases) |
I see that the PR changes are approved by @rapzo I wonder what the ETA is for getting a version cut with this functionality? Currently I cannot use the application generator due to the following error:
I am looking at developing an Ionic App, and am looking forward to being able to integrate it within our monorepo. |
Hold on! I'm not part of the team! ahah |
I see! Sorry about that @rapzo. I was a bit hasty in my assumptions. |
No worries mate. Just clarified so you don't get high hopes about the review. But i trust the maintainers will address it soon because there's a hellova job in that PR. |
@Markus-Ende Apologies for the ignorance but where do we make these changes? In which file? |
in package.json, see https://docs.npmjs.com/cli/v8/configuring-npm/package-json#overrides for details |
Is a release date for ver. 14 out now? Still get the error, despite the suggested fix. |
@walebey No there's no fix released, the users you see here have been running patches/patched versions of the project in order to get it to install/run. From my understanding @rhutchison worked on a PR #638 which fixes the issue(s), but it hasn't been merged in yet, it sounds like they talked with @devinshoemaker about something but I haven't seen any discussions around this. I am running the changes in #638 without issue currently, I build the libraries myself and pointed my install(s) of the packages to a local copy that I'm maintaining. It would be great to see an update around this. Also capacitor v4 was released a few days ago. |
These plugins are moving over to the Nxext repo, and an Nx 14 version has been released. There are some migration guides on their docs site, here's a link to the Ionic Angular guide: https://nxext.dev/docs/ionic-angular/migrating-from-nxtend.html |
NX has been updated to 14.
Support for this version would be great!
Keep up the good work :)
The text was updated successfully, but these errors were encountered: