Open Closed

Abp Suite 5.3.0 can not generate angular pages for module project #3257


User avatar
0
LinchArnold created

After upgrade suite to 5.3.0, it cannot generate angular page in module project. It gives follow exceptions

[INF] Angular Schematics command failed.
node:internal/modules/cjs/loader:936
  throw err;
  ^

Error: Cannot find module '---------angular\.suite\schematics\run-schematics.mjs'
    at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
    at Function.Module._load (node:internal/modules/cjs/loader:778:27)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)
    at node:internal/main/run_main_module:17:47 {
  code: 'MODULE_NOT_FOUND',
  requireStack: []
}

If you're creating a bug/problem report, please include followings:

  • ABP Framework version: v5.3.0
  • UI type: Angular
  • DB provider: Not related
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

4 Answer(s)
  • User Avatar
    0
    alper created
    Support Team Director

    thanks we are checking the issue and let you know once we finish

  • User Avatar
    0
    LinchArnold created

    thanks we are checking the issue and let you know once we finish

    hi, any updates?

  • User Avatar
    0
    alper created
    Support Team Director

    our test team tested this issue and couldn't reproduce it. they just send feedback that it takes a long time to generate the UI otherwise it works. make sure your ABP Suite and your ABP project are the same version. Also, test it with the new 5.3.0 project to understand it works with the brand new template.

  • User Avatar
    0
    LinchArnold created

    our test team tested this issue and couldn't reproduce it. they just send feedback that it takes a long time to generate the UI otherwise it works. make sure your ABP Suite and your ABP project are the same version. Also, test it with the new 5.3.0 project to understand it works with the brand new template.

    Thanks, I tried again, really wired, it worked, the exception's gone.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11