hello, when I create a CRUD Page Generator wiht the abp suite and succeeded. but I found didn't create angular UI relation files.
in the log file and display these error message: 2025-07-02 14:32:20.430 +08:00 [INF] Running the Angular Schematics command: node run-schematics.mjs '/Users/hank/RiderProjects/RZ.NovaLab/angular/.suite/schematics/node_modules/.bin/ng' g '.suite/schematics/collection.json:entity' app-pro RZ.NovaLab '/Users/hank/RiderProjects/RZ.NovaLab/.suite/entities/SampleOrder.json' '/Users/hank/RiderProjects/RZ.NovaLab/angular' 2025-07-02 14:32:20.604 +08:00 [INF] Angular Schematics command failed. node:internal/modules/package_json_reader:268 throw new ERR_MODULE_NOT_FOUND(packageName, fileURLToPath(base), null); ^
Error [ERR_MODULE_NOT_FOUND]: Cannot find package 'execa' imported from /Users/hank/RiderProjects/RZ.NovaLab/angular/.suite/schematics/run-schematics.mjs at Object.getPackageJSONURL (node:internal/modules/package_json_reader:268:9) at packageResolve (node:internal/modules/esm/resolve:768:81) at moduleResolve (node:internal/modules/esm/resolve:854:18) at defaultResolve (node:internal/modules/esm/resolve:984:11) at ModuleLoader.defaultResolve (node:internal/modules/esm/loader:780:12) at #cachedDefaultResolve (node:internal/modules/esm/loader:704:25) at ModuleLoader.resolve (node:internal/modules/esm/loader:687:38) at ModuleLoader.getModuleJobForImport (node:internal/modules/esm/loader:305:38) at ModuleJob._link (node:internal/modules/esm/module_job:137:49) { code: 'ERR_MODULE_NOT_FOUND' }
Node.js v22.15.0
2025-07-02 14:32:20.665 +08:00 [INF] 10/11 - AngularUiGenerateWithSchematicsCommand completed. | Duration: 235 ms.
7 Answer(s)
-
0
Hi, we've assigned an Angular developer to assist you with your question. To help her support you more efficiently, could you please share the following information:
- ABP version of your projects
- Your ABP Suite version
Regards.
-
0
[EngincanV] said: Hi, we've assigned an Angular developer to assist you with your question. To help her support you more efficiently, could you please share the following information:
- ABP version : 9.11
- ABP Suite version :ABP CLI 0.9.26
Regards.
-
0
Hello! Thank you for sharing more details about your issue.
It looks like
execa
might not be installed correctly.You can check if it is available by running:
node --eval "console.log(await import.meta.resolve('execa'))" --input-type=module
Alternatively, you can look for
execa
in theangular/.suite/schematics/package-lock.json
file.If it is not installed, try running
npm install
inside theangular/.suite/schematics
directory.If the issue persists, I can send you a working
.suite
file. Feel free to let me know if you would like that or need further help! -
0
thanks, and this not working. I think that send me the working .suite file is good idea.
-
0
Could you provide an e-mail address, so that I can share the folder? Here is my address: sumeyye.kurtulus@volosoft.com
-
0
THS, and my e-mail address : renhaiming@126.com
-
0
Hello again, I sent you an e-mail.