我正在按照Documentation中提供的步骤为React Native设置环境。
我已经安装了create-react-native-app
和expo-cli
。
此外,我使用expo init
创建了一个应用。
现在,当我尝试使用yarn start
或npm start
运行应用程序时,出现以下错误:
Error: spawn powershell ENOENT
at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
at onErrorNT (internal/child_process.js:415:16)
at process._tickCallback (internal/process/next_tick.js:63:19)
error Command failed with exit code 1.
我该如何解决?这与Powershell有关吗? (但是我也可以在命令提示符中得到它)
P.S。我正在使用Windows 8,Expo 3.24.2,yarn 1.22.4,节点10.15.3
答案 0 :(得分:1)
在运行纱线启动时,我也遇到了同样的错误。 要解决此问题:请转到
错误消失了:)