我是本机反应的新手,所以请帮助我, 当我在cmd中键入yarn start时,向我显示该错误
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.
我不知道我哪里有问题。
答案 0 :(得分:0)
在react native中,您必须通过运行以下命令在android或ios上运行该应用程序。
react-native run-android
OR
react-native run-ios