Open Closed

generate-proxy stopped working #7812


User avatar
0
Chris.Didonna created

ABP Framework version: v5.3

UI Type: Angular

Database System: PostgreSQL

Tiered (for MVC) or Auth Server Separated (for Angular): no

Exception message and full stack trace:

PS D:\Workspace2\ewater.repros\src\angular> abp generate-proxy -t ng ABP CLI 8.2.2 "@abp/ng.schematics" version is lower than ABP Cli version. Unknown option: '--entry-point' Unknown option: '__default' Unknown option: '--service-type' Unknown option: 'application'

Steps to reproduce the issue:

As indicated above. Trying to run generate-proxy and it throws 'unknown options' errors. We haven't done anything to change module versions lately. One day it was working, now it doesn't.


2 Answer(s)
  • User Avatar
    0
    Chris.Didonna created

    This what I got from yarn why @abp/ng.schematics

    yarn why v1.22.19 [1/4] Why do we have the module "@abp/ng.schematics"...? [2/4] Initialising dependency graph... [3/4] Finding dependency... [4/4] Calculating file sizes... => Found "@abp/ng.schematics@5.3.5" info Has been hoisted to "@abp/ng.schematics" info This module exists because it's specified in "devDependencies". info Disk size without dependencies: "71.84MB" info Disk size with unique dependencies: "174.37MB" info Disk size with transitive dependencies: "71.84MB" info Number of shared dependencies: 50 Done in 1.38s.

  • User Avatar
    0
    Chris.Didonna created

    Downgraded ABP CLI to 5.3.0 and it worked.

Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13