Open Closed

Didn't Create UI Page #9551


User avatar
0
renhaiming created

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)
  • User Avatar
    0
    EngincanV created
    Support Team .NET Developer

    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.

  • User Avatar
    0
    renhaiming created

    [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.

  • User Avatar
    0
    sumeyye.kurtulus created
    Support Team Angular Expert

    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 the angular/.suite/schematics/package-lock.json file.

    If it is not installed, try running npm install inside the angular/.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!

  • User Avatar
    0
    renhaiming created

    thanks, and this not working. I think that send me the working .suite file is good idea.

  • User Avatar
    0
    sumeyye.kurtulus created
    Support Team Angular Expert

    Could you provide an e-mail address, so that I can share the folder? Here is my address: sumeyye.kurtulus@volosoft.com

  • User Avatar
    0
    renhaiming created

    THS, and my e-mail address : renhaiming@126.com

  • User Avatar
    0
    sumeyye.kurtulus created
    Support Team Angular Expert

    Hello again, I sent you an e-mail.

Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on July 09, 2025, 06:20