2017-11-24 13 views
3

私はこのエラーを取得するネイティブアプリのプロジェクトフォルダを反応させるのに私の中に糸スタートを実行すると:「糸スタートは」「サーバーを起動できません」で失敗

yarn run v1.3.2
$ react-native-scripts start
21:58:08: Unable to start server
See https://git.io/v5vcn for more information, either install watchman or run the following snippet:
sudo sysctl -w kern.maxfiles=5242880
sudo sysctl -w kern.maxfilesperproc=524288

error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

答えて

3

私は2つのコマンドが実行された後 - sudo sysctl -w kern.maxfiles=5242880sudo sysctl -w kern.maxfilesperproc=524288 - エラーメッセージyarn startが処理されました。

関連する問題