-
Notifications
You must be signed in to change notification settings - Fork 40
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 12 Compatibility #465
Comments
Hey there, thanks for this. I haven't had much time to look into the Nx 12 migration yet but I plan to here soon. When that all out there I'll try and remember to update this issue, and the new version will be 12.0. |
What would a good manual workaround be in the meantime? I tried rolling back to Nx 11 and still had problems. Firebase with Nx seems a bit difficult so I was hoping this plugin would do the trick. Thanks! |
OK I got it now (I think), even in Nx 12. The docs are off. The way to install firebase that works for me at present (for an app named npm install --legacy-peer-deps -D @nxtend/firebase
nx generate @nxtend/firebase:firebase-project
nx run my-app:firebase --cmd init
nx run my-app:firebase --cmd="emulators:start" That gets you firebase in the top-level |
Just curious, what npm version are you using? And glad things are working for you. I have an official Nx 12 branch in progress now, I just need to test everything. |
I'm using However I am using |
@samratarmas would you mind sharing you project structure ? thanks a lot ! |
Hi, is there an update, when we can use this with nx12? I get these errors, when I try to create a fresh project with nx.
|
|
@devinshoemaker I'm currently testing. I think it would be great if updating to 12 would also update capacitor and other packages. I'm currently not sure if I can use capacitor 3 with version 12 beta. But till now everything works fine, I can add plugins, sync, copy and build. With capacitor 3 I have an error on sync After update, installing capacitor cli 3 it now works. But somehow plugins do not work. The isPluginAvailable always returns false. I did everything like in the capacitor documentation. But I fear something is missing. But I'm very new to Ionic and Capacitor so I have no idea why the plugins are not recognized correctly. |
@DaSchTour v12.0.0 of all the plugins has been released. It sounds like you might need to update your plugins. I would double check the Capacitor 3 migration guide: https://capacitorjs.com/docs/updating/3-0 |
Hello Devin,
I have been enjoying the @ionic/angular integration on Nx 11 and cannot thank you enough for your great work!
Recently I am trying to start a new Nx workspace with the latest Nx version using create-Nx, and adding nxtend with ionic angular has not worked out for me ( you can try it out yourself). Is the plugin not compatible with Nx 12? When I was successful in installing the packages, Nx serve command failed with error about missing stack.
This can be replicated by updating to latest nx cli and nx workspace, and starting a new nx ionic angular application from scratch following the nxtend docs. Is this an issue with me missing some steps? If that is the case and you were able to successfully run nx serve with ionic/angular, and build with capacitor then it would be really helpful if you could list the steps you did on your end.
Looking forward to your quick response,
Best Regards
Samrat
The text was updated successfully, but these errors were encountered: