Expoでexpo startしたら激オコ「error: unknown option `--customLogReporterPath'」

Expoでexpo startしたら激オコ「error: unknown option `–customLogReporterPath’」

Expoでexpo startしたら激オコ「error: unknown option `--customLogReporterPath'」

 

Maybe, you may not mutch sdk.ver that writed on app.json and react-native.ver writed on package.json

Check each compatibility

here

app.jsonに書いてあるsdkとreact-nativeのバージョンがあっていないかもしれません

自分はgithub上で作られていたものをcloneして動かそうとしていたのでpackage.jsonをみて
react-nativeがv42と古いものを使っているのを知り、それを最新に(大丈夫か)
した後、
app.jsonの
"sdkVersion": "18.0.0"

ここ
と合うようにしました

Expoでexpo startしたら激オコ「error: unknown option `--customLogReporterPath'」
Expoでexpo startしたら激オコ「error: unknown option `--customLogReporterPath'」

 

そのエラーは消えたが今度は違うエラー言われた

スクリーンショット 2018-06-03 8.29.16

expoの中にreact-artが見つからないて言われたら

yarn add react-art