-
Notifications
You must be signed in to change notification settings - Fork 666
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
Unable to generate standalone component with ionic generate
or ng generate
#5073
Comments
same here, can not generate component
|
hey ionic team any updates on this... Generating components is not working |
Same here. |
I was able to fix this issue by updating the angular and ionic libraries. ng update and npm update I want to say it was fixed in feat-ng-vite-support #5064 |
fixed by updated to "@ionic/angular-toolkit": "^11.0.1", |
Closing as it's been fixed on "@ionic/angular-toolkit": "^11.0.1" |
You should reopen this ticket; I just did a fresh build with npx and it installed the angular toolkit 9.x |
Description:
Running
ionic generate component <component-name>
orng generate component <component-name>
with the--standalone
flag always throws the error: "Error: Unknown argument: standalone".Steps to Reproduce:
Run
ionic generate component test --standalone
in an Ionic project.Output:
Error: Unknown argument: standalone
My
ionic info
:Other Information:
Nothing to report
The text was updated successfully, but these errors were encountered: