Open Closed

How to Fix the @angular-eslint/builder Installation Error in Angular? #8813


User avatar
0
sumeyye.kurtulus created
Support Team Angular Expert
  • ABP Framework version: 9.0
  • UI Type: Angular


1 Answer(s)
  • User Avatar
    0
    sumeyye.kurtulus created
    Support Team Angular Expert

    Hello, this problem has been fixed with the version 9.0.6

    You can move @angular-eslint/builder and @angular-eslint/schematics dependencies to peerDependencies in your package.json file for the time being like this:

    {
      ...
      "private": true,
      "dependencies": {
        "@abp/ng.account": "~9.0.5",
        "@abp/ng.components": "~9.0.5",
        "@abp/ng.core": "~9.0.5",
        "@abp/ng.identity": "~9.0.5",
        "@abp/ng.oauth": "~9.0.5",
        "@abp/ng.setting-management": "~9.0.5",
        "@abp/ng.tenant-management": "~9.0.5",
        "@abp/ng.theme.lepton-x": "~4.0.6",
        "@abp/ng.theme.shared": "~9.0.5",
        "@angular/animations": "~18.1.0",
        "@angular/common": "~18.1.0",
        "@angular/compiler": "~18.1.0",
        "@angular/core": "~18.1.0",
        "@angular/forms": "~18.1.0",
        "@angular/localize": "~18.1.0",
        "@angular/platform-browser": "~18.1.0",
        "@angular/platform-browser-dynamic": "~18.1.0",
        "@angular/router": "~18.1.0",
        "bootstrap-icons": "~1.8.0",
        "rxjs": "~7.8.0",
        "tslib": "^2.0.0",
        "zone.js": "~0.14.0"
      },
      "devDependencies": {
        "@abp/ng.schematics": "~9.0.5",
        "@angular-devkit/build-angular": "~18.1.0",
        "@angular-eslint/eslint-plugin": "~18.1.0",
        "@angular-eslint/eslint-plugin-template": "~18.1.0",
        "@angular-eslint/template-parser": "~18.1.0",
        "@angular/cli": "~18.1.0",
        "@angular/compiler-cli": "~18.1.0",
        "@angular/language-service": "~18.1.0",
        "@types/jasmine": "~3.6.0",
        "@types/node": "^12.11.1",
        "@typescript-eslint/eslint-plugin": "7.16.0",
        "@typescript-eslint/parser": "7.16.0",
        "eslint": "^8.0.0",
        "jasmine-core": "~4.0.0",
        "karma": "~6.3.0",
        "karma-chrome-launcher": "~3.1.0",
        "karma-coverage": "~2.1.0",
        "karma-jasmine": "~4.0.0",
        "karma-jasmine-html-reporter": "^1.7.0",
        "typescript": "~5.5.0"
      },
      "peerDependencies": {
        "@angular-eslint/builder": "~18.1.0",
        "@angular-eslint/schematics": "~18.1.0"
      }
    }
    
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
Do you need assistance from an ABP expert?
Schedule a Meeting
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v9.2.0-preview. Updated on March 18, 2025, 10:42