You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
No response
Description
When I run ng new my-app, the process fails with the error:
No matching version found for @angular-devkit/build-angular@^19.2.11.
I expected the Angular CLI to create a new project successfully.
Minimal Reproduction
Open terminal
Run ng new my-app
Wait for dependencies to install
See the error
Exception or Error
npm ERR! code ETARGET
npm ERR! notarget No matching version found for @angular-devkit/build-angular@^19.2.11.
when I executed the command "npm --verbose view @angular-devkit/build-angular versions" it's pointing to our organization registry. It's missing in that registry bcoz that this error is coming. Sorry I didn't know about this.
Command
new
Is this a regression?
The previous version in which this bug was not present was
No response
Description
When I run ng new my-app, the process fails with the error:
No matching version found for @angular-devkit/build-angular@^19.2.11.
I expected the Angular CLI to create a new project successfully.
Minimal Reproduction
Open terminal
Run ng new my-app
Wait for dependencies to install
See the error
Exception or Error
Your Environment
Anything else relevant?
I have not modified any configuration files.
This happens with a fresh install of Angular CLI.
The text was updated successfully, but these errors were encountered: