我已经安装了最新的节点版本和 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.
Run Code Online (Sandbox Code Playgroud)
我尝试清除我的 npm 缓存,删除我的 …
无法在 Android 上启动项目:
adb server version (40) doesn't match this client (41); killing...
could not read OK from ADB Server
* failed to start daemon
adb.exe: failed to check server version: cannot connect to daemon
Run Code Online (Sandbox Code Playgroud)
我已经安装了 android 平台开发工具,但即使将 Genymotion 设置更改为使用我的 android 软件开发工具包而不是其默认的 android 工具,它仍然无法工作