React Native stuck at Starting Packager

i'm new to react native and i was trying to build an app to see how it works,i followed the steps given here

Getting Started with React Native

till npm start,everything seems to be fine,after i type npm start,it says

12:08:53 PM: Starting packager...

and gets stuck at that,am i doing something wrong,I'm on Ubuntu 16.04

any inputs would be helpful


It was fixed by runnig

sudo sysctl -w fs.inotify.max_user_watches=10000

See this site:

https://forums.expo.io/t/packager-not-loading-on-linux/2034/3

链接地址: http://www.djcxy.com/p/39962.html

上一篇: 多GPU / Tower设置Tensorflow 1.2估算器

下一篇: React Native停留在启动打包程序