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

Unable to run @angular-eslint for Angular linting #27391

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

Unable to run @angular-eslint for Angular linting #27391

csvn opened this issue Dec 16, 2024 · 0 comments

Comments

@csvn
Copy link

csvn commented Dec 16, 2024

When trying to run ng lint with @angular-eslint, there's an error during the lint job. I'm trying to replace Node.js with Deno in my Angular project, but generating a new project (#27382) and linting fails with Deno for the current/latest Angular version.

Reproduction

> npx @angular/cli@latest new foo
> cd foo
> npx ng add angular-eslint
> deno task --eval "rm -rf node_modules"
> deno install
> deno task lint

Task lint ng lint
Error: Could not find the '@angular-eslint/builder:lint' builder's node package.

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