Skip to content
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

Missing @schematics/angular when running @angular/cli with Deno #27382

Open
csvn opened this issue Dec 16, 2024 · 0 comments
Open

Missing @schematics/angular when running @angular/cli with Deno #27382

csvn opened this issue Dec 16, 2024 · 0 comments

Comments

@csvn
Copy link

csvn commented Dec 16, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant