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
Trying to generate a new Angular project with Deno produces @schematics/angular errors. I think this may be related to changes in Angular v19.
Reproduction
> deno run -A npm:@angular/cli@latest new foo
An unhandled exception occurred: Collection "@schematics/angular" cannot be resolved.
See "C:\Users\<name>\AppData\Local\Temp\ng-nUx5N9\angular-errors.log" for further details.
The same error will be produced when using deno install + ng new as well:
> deno install -g --name=ng -A npm:@angular/cli@latest
> ng new foo
An unhandled exception occurred: Collection "@schematics/angular" cannot be resolved.
See "C:\Users\<name>\AppData\Local\Temp\ng-nUx5N9\angular-errors.log" for further details.
Version: Deno 2.1.4
The text was updated successfully, but these errors were encountered:
Trying to generate a new Angular project with Deno produces
@schematics/angular
errors. I think this may be related to changes in Angular v19.Reproduction
The same error will be produced when using
deno install
+ng new
as well:Version: Deno 2.1.4
The text was updated successfully, but these errors were encountered: