We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在windows下应该是: .\gradlew.bat :ui:dev 而不是: ./gradlew.bat :ui:dev
.\gradlew.bat :ui:dev
./gradlew.bat :ui:dev
The text was updated successfully, but these errors were encountered:
感谢反馈此问题,你使用的是 CMD 还是 Powershell 呢?这两者似乎有点区别。
Sorry, something went wrong.
使用的CMD呢
在 Windows 下,CMD 和 PowerShell 是有区别的,看看是否要考虑单独为其修改文档,提供两种终端的命令示例。
是的,或者在文档上注明一下,使用PowerShell,而不是CMD
No branches or pull requests
在windows下应该是:
.\gradlew.bat :ui:dev
而不是:
./gradlew.bat :ui:dev
The text was updated successfully, but these errors were encountered: