CommandError:从Expo服务器获取版本信息时出乎意料的响应:未定义。反应天然博览会
大家好,我在博览会应用程序上遇到问题。当我尝试运行NPM启动命令以下错误apears时,
CommandError: Unexpected response when fetching version info from Expo servers: undefined.
我的节点版本16.15.0,NPM 8.5.5和Expo CLI 5.4.12
我还看到了Expo状态网站,一切似乎都很好。
Hello Everyone I am having an issue on my expo app. When I'm trying to run npm start command the following error apears
CommandError: Unexpected response when fetching version info from Expo servers: undefined.
I have node version 16.15.0, npm 8.5.5 and expo cli 5.4.12
I also saw expo status website and everything seems fine.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
当我得到该纱线时,我必须进行纱线安装。
I had to do a yarn install when I got that, which fixed it.
这是网络问题。我的快速解决方案是运行
纱线Expo Start -Offline
。但是一段时间后纱线开始
工作,我想网络何时返回。It is network issue. My quick solution was to ran
yarn expo start --offline
. But after sometimeyarn start
work, i guess when network was back.运行
NPX EXPO Start -C
,它将再次起作用。 :)Run
npx expo start -c
and it will work again. :)运行
Expo Start
,您应该很好!遇到了同一问题,这解决了它。Run
expo start
and you should be good to go! Ran into the same issue and this solved it.