英文:
I'm having problems running eas build
问题
我遇到问题运行eas build。它显示导出失败,错误消息是"找不到模块'expo/bin/cli.js'"。您能帮我解决这个问题吗?我尝试过使用不同版本的node或expo,但仍然出现错误。这是发生情况的截图,谢谢大家。
错误截图
我想了解这个错误,修复它,并能够使用expo更新。
英文:
how are you? I'm having problems running eas build. It says export failed and the error is "Cannot find module 'expo/bin/cli.js". Could you help me with the solution. I tried things like using a different version of node or expo, but I still get the errors. Here is a screenshot of what happened, thank you all.
Image of error
I would like to understand the error, fix it, and be able to use the expo updates.
答案1
得分: 1
Did you follow the installation instructions?
https://docs.expo.dev/build/setup/
Especially eas build:configure
If you installed it with yarn, you should run it like yarn eas update
, because it's not global.
英文:
Did you follow the installation instructions?
https://docs.expo.dev/build/setup/
Especially eas build:configure
If you installed it with yarn, you should run it like yarn eas update
, because it's not global.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论