Browse Source

npm install idealTree Fehler: @angular/cdk@15.0.0 als peerDependency von ng2-charts@4.0.1 zu hoch für @angular/common@^14.2.0 -> Lösung: @angular/cdk@^14.2.0 als eigene dependency eingetragen

Christian Kahlau 3 years ago
parent
commit
3d880719f0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      ng/package.json

+ 1 - 0
ng/package.json

@@ -11,6 +11,7 @@
   "private": true,
   "dependencies": {
     "@angular/animations": "^14.2.0",
+    "@angular/cdk": "^14.2.0",
     "@angular/common": "^14.2.0",
     "@angular/compiler": "^14.2.0",
     "@angular/core": "^14.2.0",