After I re-install the 'node_modules' I'll get this error in the terminal, how can I solve this issue.?
How can I remove the topmenu spacing?
Upgrading the version from 7.2.1 to 7.4 should not cause errors in the project, ?
Every time I make a modification to the project using ABP Suite, it regenerates the entire project from the start, and the code I manually added is lost. I need to know how to resolve this problem. For the frontend, I have divided it into components (create, edit, view), and it works, but for the modules, the routing, and the services, it generates them from the beginning. So, what can I do to fix this problem on both the frontend and backend?
ABP Framework version: 7.2.1 UI Type: Angular Database System: EF Core (SQL Server) Auth Server Separated (for Angular): Yes
I want to know how to create multiple relationships between two entities. The relationships include more than one many-to-one relation as well as many-to-many relations. However, I noticed that we cannot establish a relationship between the two classes unless the Display property is of type string. What if I want to display another property with an enum type or something else? Additionally, how can I create a self-association in a class, and can we establish a parent-child relationship? Can we accomplish all of this using ABP Suite?
ABP Framework version: v7.2.1 UI Type: Angular Database System: EF Core (SQL Server) Auth Server Separated (for Angular): Yes