0
TMuska created
- ABP Framework version: v7.4.3
- UI Type: Angular
- Database System: EF Core SQL Server
- Tiered (for MVC) or Auth Server Separated (for Angular): yes
When I run abp suite it automatically installs v 8.0.0 even if I install it using abp suite install --version 7.4.3. As soon I run the abp suite command it updates to 8.0.0. How do I run the 7.4.3 version of the suite? I've uninstalled and reinstalled both the CLI and Suite multiple times.
1 Answer(s)
-
0
Hi,
This ABP suite does not support the specified version to create a project.
But you can using ABP CLI, fro example:
abp new MyprojectName -u angular -v 7.4.3 --separate-auth-server