npx react-native 的 react-native 安装错误

react-native installation error with npx react-native

我正在尝试通过输入命令

在 Windows 上安装 react-native
$ npx react-native

显示错误

You did not pass any commands, run `react-native --help` to see a list of all available commands.

npx react-native <command>

<command>的地方是他们需要传递的东西吗

如果你已经安装好node js,那么运行commons

npx react-native init YourProject.

它将下载您的项目所需的所有资源。 下载资源后,移至项目文件夹 cd YourProject 然后输入命令

npx react-native run-nadroid

确保模拟器 运行ning 或您的设备已连接到您的电脑。