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)
-
0
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.
-
0
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.