CRNA 项目停留在 "Starting packager..."

CRNA project stuck at "Starting packager..."

我无法启动任何 CRNA 项目,因为它卡在 "Starting packager",我尝试了很多项目,但问题仍然存在。 它总是卡在 "Starting packager..."

我在 [=] 上使用 react-native@0.46.4expo@19.0.1 34=]16.04

PS:我什至尝试了一个空白项目和启动项目,所以我认为问题出在 CRNA 本身。

备注 npm 向我展示了 expo 和 react 未满足的依赖错误:

npm ERR! peer dep missing: react@>=15.3.1, required by lottie-react-native@1.1.1

npm ERR! peer dep missing: react@>=15.4.0, required by react-native-branch@2.0.0-beta.3

我尝试了这些解决方案,但问题仍然存在:https://github.com/react-community/create-react-native-app/issues/203

问题已由 运行 修复:

sudo sysctl -w fs.inotify.max_user_watches=10000

运行 此命令在 运行 npm startyarnpkg start

之前

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