-
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
cannot create app with schematic #630
Comments
I can confirm this issue with @nxtend/ionic-react too. I think the problem in @nxtend/capacitor package in const projectRoot = (0, devkit_1.readProjectConfiguration)(host, options.project).root || ""; then run this command to create a new app nx generate @nxtend/ionic-react:application appName and it worked! {
"appId": "io.ionic.appname",
"appName": "app-name",
"webDir": "../../dist/packages/app-name",
"bundledWebRuntime": "false"
} NOTE: this is not fixing the issue but I hope it'll help to fix it as soon as possible. |
fix for nxtend-team#630 "cannot generate project from schematic"
this appears to be taking out nxpm as well... nxpm is a wrapper to plugins https://github.com/nxpm/nxpm-cli/issues/20 Thanks for quick response... how can I get those changes is there a new release? I tried
still no remedy |
These plugins are moving over to the Nxext repo, and an Nx 14 version has been released that may resolve this issue. 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 |
thanks for any assist
Im happy to troubleshoot for any feedback
environment
node
ng
The text was updated successfully, but these errors were encountered: