我是一个新的反应native,所以帮助我开始与它,当我输入yarn开始在cmd它显示我的错误。
Error: spawn cmd ENOENT
at Process.ChildProcess._handle.onexit (internal/child_process.js:268:19)
at onErrorNT (internal/child_process.js:468:16)
at processTicksAndRejections (internal/process/task_queues.js:84:21)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
我不知道我哪里出了问题。
在react native中,你必须在android或ios上通过运行这些命令来运行应用程序。
react-native run-android
OR
react-native run-ios