3

Mac で基本的な反応ネイティブ プロジェクト (チュートリアル) を実行しようとしていますが、エミュレーターを実行したり、デバイスにデプロイしたりすると、次のようになります。

Error: watchman--no-pretty get-sockname returned with exit code null 2016-11-09T23:34:15,970: [cli] Failed to open /Users/myuser/Library/LaunchAgents/com.github.facebook.watchman.plist for write: Not a directory

git からウォッチマンを再インストールしようとしましbrew install --HEAD watchmanたが、役に立ちませんでした。

助言がありますか?

ありがとう

4

2 に答える 2

1

さて、問題は、フォルダーではなく homebrew.mxcl.postgresql を指すファイル ~/Library/LaunchAgents があったことです。そこで、homebrew.mxcl.postgresql を一時フォルダーに移動し、~/Library/LaunchAgents を削除し、~/Library/LaunchAgents フォルダーを作成して、homebrew.mxcl.postgresql をそこにコピーしました。

初めてwatchmanを実行してcom.github.facebook.watchman.plistを作成しました。

于 2016-11-09T20:58:19.053 に答える