package.json
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"expo": "^34.0.3",
"firebase": "^6.3.4",
"react": "16.8.3",
"react-dom": "^16.8.6",
"react-native": "https://github.com/expo/react-native/archive/sdk-34.0.0.tar.gz",
"react-native-elements": "^1.1.0",
"react-native-router-flux": "^4.0.6",
"react-native-web": "^0.11.4"
},
"devDependencies": {
"babel-preset-expo": "^6.0.0"
},
"private": true
}
App.json
"sdkVersion": "34.0.0",
"platforms": [
"ios",
"android",
"web"
],
如何将其解决为--reset-cache无效,并且还会显示该文件的错误,该文件甚至不是项目的一部分。
我也在stackoverflow here上发现了相同类型的问题 但这是针对react-native-cli的,其中通过升级react-native-cli解决了该问题。
我尝试升级expo-cli,但没有任何反应,一切保持不变。
我希望我能解释这个问题
答案 0 :(得分:0)
您可以尝试sed ':a;s/^\(\**\)[^-*]/\1*/;ta' file
应使用正确的执行方法执行。