Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Angular 16 Unknown argument: standalone

I'm starting a new project with Angular 16 for testing purposes. I decided to create a project with the standalone option, however, I get the following error when I execute the command "ng new todo-list-16 --standalone": error-img

These are my current settings, is anything missing?

ng-version

like image 671
Diego Lobo Avatar asked Oct 21 '25 11:10

Diego Lobo


1 Answers

As you can see in your ng version, you have installed angular cli with version 14. If you want to generate angular with version 16, you first need to update your angular cli:

npm install -g @angular/[email protected]
like image 152
M G Avatar answered Oct 23 '25 00:10

M G



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!