Error when running watchman

后端 未结 6 765
情书的邮戳
情书的邮戳 2020-12-15 08:49

When I run react-native start, I am getting the following message

Error: A non-recoverable condition has triggered. Watchman needs your help! The trigg

6条回答
  •  暖寄归人
    2020-12-15 09:25

    echo 256 | sudo tee -a /proc/sys/fs/inotify/max_user_instances
    echo 32768 | sudo tee -a /proc/sys/fs/inotify/max_queued_events
    echo 65536 | sudo tee -a /proc/sys/fs/inotify/max_user_watches
    

    watchman shutdown-server

    This one helped

提交回复
热议问题