【发布时间】:2019-11-17 02:11:59
【问题描述】:
我已经安装了最新的节点版本和 expo-cli,但是当我运行命令 expo start 时,它给了我这个错误:
Starting project at C:\Users\Ogacho\Desktop\sharelocation
Expo DevTools is running at http://localhost:19002
Your project is in SDK version >= 33.0.0, but the expo package version seems to be older.
Opening DevTools in the browser... (press shift-d to disable)
Error: React Native is not installed. Please run `npm install` in your project directory.
Couldn't start project. Please fix the errors and restart the project.
Set EXPO_DEBUG=true in your env to view the stack trace.
我已尝试清除我的 npm 缓存,删除我的 node_modules 文件夹并重新安装...
【问题讨论】:
标签: react-native expo