📜  无法确定您的项目使用哪个原生 sdk 版本,因为未安装模块 `expo`.请使用 `yarn add expo` 安装它,然后重试. - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:57.597000             🧑  作者: Mango

代码示例1
Try npm install expo instead of yard add expo.

Note: yarn is another package manager just like npm. If you have npm installed already then you can replace yarn add with npm install always.