react-native start后出现ENOSPC错误的解决办法

ubuntu系统

操作

执行react-native start

错误:

img

解决办法:

运行

1
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p

参考: http://stackoverflow.com/questions/16748737/grunt-watch-error-waiting-fatal-error-watch-enospc

据说安装watchman也可以解决该问题,但由于安装比较麻烦,暂时未验证。

watchman安装说明:

https://facebook.github.io/watchman/docs/install.html#installing-from-source