Closed akirarika closed 1 year ago
In Windows 11, the default terminal is Powershell. while in Powershell, 'ni' is an alias of 'New-Item'.
I run the 'nr' normally, but when I run 'ni', the result is:
PS A:\coding\test> ni lodash 目录: A:\coding\test Mode LastWriteTime Length Name ---- ------------- ------ ---- -a---- 2023/09/30 下午 8:25 0 lodash
Maybe change the command to n i lodash or n r dev would be better like this?
n i lodash
n r dev
No response
I noticed a solution in the document, I closed this issue
Clear and concise description of the problem
In Windows 11, the default terminal is Powershell. while in Powershell, 'ni' is an alias of 'New-Item'.
I run the 'nr' normally, but when I run 'ni', the result is:
Suggested solution
Maybe change the command to
n i lodash
orn r dev
would be better like this?Alternative
No response
Additional context
No response
Validations