Skip to content

Commit 44d6731

Browse files
authored
Update _getting-started-windows-android.md
1 parent 7e5f802 commit 44d6731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cnwebsite/versioned_docs/version-0.75/_getting-started-windows-android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ C:\Users\你的用户名\AppData\Local\Android\Sdk
119119
> **必须要看的注意事项三**:请`不要`使用一些移植的终端环境,例如`git bash``mingw`等等,这些在 windows 下可能导致找不到环境变量。请使用系统自带的命令行(CMD 或 powershell)运行。
120120
121121
```shell
122-
npx @react-native-community/clilatest init AwesomeProject
122+
npx @react-native-community/cli@latest init AwesomeProject
123123
```
124124

125125
如果你是想把 React Native 集成到现有的原生项目中,则步骤完全不同,请参考[集成到现有原生应用](integration-with-existing-apps.md)

0 commit comments

Comments
 (0)