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
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
The text was updated successfully, but these errors were encountered:
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
Version: Deno 2.1.4
The text was updated successfully, but these errors were encountered: