You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This problem is not new but it is still there in ABP 9 so...
It seems like if you are running new ABP CLI with a Windows user name containing a space like "NAME NAME" it will normally work. However, if you add "--old" parameter it will no longer work but instead give error message
With --old:
M:\Projects\ABP\src>abp new Acme.BookStore3 --old [15:14:51 ERR] 'C:\Users\NAME' is not recognized as an internal or external command, [15:14:51 ERR] operable program or batch file.
Without --old:
M:\Projects\ABP\src>abp new Acme.BookStore3 [15:15:18 INF] You are running the second generation of the ABP CLI. If you're interested in the legacy CLI, see https://abp.io/new-cli [15:15:18 INF] Creating your solution...
I know Windows in general has some problems with spaces in usernames, but sometimes you might not have an option but to have one, so is there a way to make it work besides uninstalling new CLI and installing old one (which does seem to work even though --old does not work)?
Reproduction Steps
No response
Expected behavior
No response
Actual behavior
No response
Regression?
No response
Known Workarounds
No response
Version
0.9.13
User Interface
Common (Default)
Database Provider
EF Core (Default)
Tiered or separate authentication server
None (Default)
Operation System
Windows (Default)
Other information
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Description
This problem is not new but it is still there in ABP 9 so...
It seems like if you are running new ABP CLI with a Windows user name containing a space like "NAME NAME" it will normally work. However, if you add "--old" parameter it will no longer work but instead give error message
With --old:
M:\Projects\ABP\src>abp new Acme.BookStore3 --old [15:14:51 ERR] 'C:\Users\NAME' is not recognized as an internal or external command, [15:14:51 ERR] operable program or batch file.
Without --old:
M:\Projects\ABP\src>abp new Acme.BookStore3 [15:15:18 INF] You are running the second generation of the ABP CLI. If you're interested in the legacy CLI, see https://abp.io/new-cli [15:15:18 INF] Creating your solution...
I know Windows in general has some problems with spaces in usernames, but sometimes you might not have an option but to have one, so is there a way to make it work besides uninstalling new CLI and installing old one (which does seem to work even though --old does not work)?
Reproduction Steps
No response
Expected behavior
No response
Actual behavior
No response
Regression?
No response
Known Workarounds
No response
Version
0.9.13
User Interface
Common (Default)
Database Provider
EF Core (Default)
Tiered or separate authentication server
None (Default)
Operation System
Windows (Default)
Other information
No response
The text was updated successfully, but these errors were encountered: