web開発はほとんどの経験をしてきたからreact-nativeでアプリ開発を来年はいろいろ作りたいと思っている。
早速Expo Startで動かしてみようと思ったのだが、早速エラーが出た。
そこで解決方法をいかにまとめる。
Expo Developer Tools is disconnected from Expo CLI. Use the expo start
command to start the CLI again.によるエラー
OS:OS X 10.15 Catalina
node: v12.16
解決は以下の方法。インストールは数分かかった。
https://github.com/expo/expo-cli/issues/396
$ brew update $ brew install watchman
Leave a Reply