-
Notifications
You must be signed in to change notification settings - Fork 245
Closed
Description
ng update
is not detecting that there's a new angular-eslint version:
npx ng update
Using package manager: npm
Collecting installed dependencies...
Found 34 dependencies.
We analyzed your package.json and everything seems to be in order. Good work!
If I try to update @angular-eslint/schematics
directly, it also fails to detect it:
npx ng update @angular-eslint/schematics
Using package manager: npm
Collecting installed dependencies...
Found 34 dependencies.
Package '@angular-eslint/schematics' is not a dependency.
I see reference(s) of @angular-eslint/schematics
on angular.json
and on package-lock.json
but not in package.json
. Could this be related? Or, am I missing something?
Here's my ng version
:
npx ng version
_ _ ____ _ ___
/ \ _ __ __ _ _ _| | __ _ _ __ / ___| | |_ _|
/ △ \ | '_ \ / _` | | | | |/ _` | '__| | | | | | |
/ ___ \| | | | (_| | |_| | | (_| | | | |___| |___ | |
/_/ \_\_| |_|\__, |\__,_|_|\__,_|_| \____|_____|___|
|___/
Angular CLI: 18.0.6
Node: 20.15.0
Package Manager: npm 10.7.0
OS: darwin arm64
Angular: 18.0.5
... animations, cdk, common, compiler, compiler-cli, core, forms
... material, platform-browser, platform-browser-dynamic, router
Package Version
---------------------------------------------------------
@angular-devkit/architect 0.1800.6
@angular-devkit/build-angular 18.0.6
@angular-devkit/core 18.0.6
@angular-devkit/schematics 18.0.6
@angular/cli 18.0.6
@schematics/angular 18.0.6
rxjs 7.8.1
typescript 5.4.5
zone.js 0.14.6
robertado and arkthur
Metadata
Metadata
Assignees
Labels
No labels