Activities of "smsaddam"

Hello,
When adding/editing a property of an entity, ABP Suite does not create or update any frontend components.
On a fresh clone of the repo, when clicking on 'Save and generate' button for the first time, there is an error about 'npm install' in '\angular.suite\schematics':

Only backend code gets generated, no frontend code. The error isn't shown in subsequent tries but rather the 'Completed' notification, but still no frontend code gets generated.
As the error suggests, upon trying to manually execute 'npm install' in the '\schematics' directory, there is another error about dependencies:

Using 'npm install --force' or 'npm install --legacy-peer-deps' does work and then frontend code gets generated, however afterwards there are other errors in the project:

I have also tried updating NuGet packages only, NMP packages only, both NuGet and NPM as well as switching to pre-release packages, nightly preview packages as well as stable packages, all with the same result: no frontend code gets generated unless manually using 'npm install --force/legacy-peer-deps' and always followed by those project errors.
I have also tried completely removing ABP CLI and ABP Suite following the steps found in this support question: https://support.abp.io/QA/Questions/4998/abp-suite-is-not-updating-Angular-UI
The same issue is almost identical on other computers as well

  • ABP Framework version: v7.3.0
  • UI Type: Angular
  • Database System: EF Core
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace:
    "Cannot run install packages via 'npm install' command in 'C:\Repos\ClimateCamp\angular\.suite\schematics'"
  • Steps to reproduce the issue:
    1. Add a navigation property (1-n)
    2. In 'Entity info', tick 'Multi-tenant', 'Crete user interface', 'Create backend', 'Create unit & integration tests'.
    3. Save and generate
Showing 1 to 1 of 1 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11