Error when running watchman

后端 未结 6 761
情书的邮戳
情书的邮戳 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:35

    This One is Also Helpfull .

    echo 999999 | sudo tee -a /proc/sys/fs/inotify/max_user_watches  && echo 999999 | sudo tee -a  /proc/sys/fs/inotify/max_queued_events && echo 999999 | sudo tee  -a /proc/sys/fs/inotify/max_user_instances && watchman  shutdown-server
    

提交回复
热议问题