“本机链接”永远停在“ react-native-rabbitmq检查应用程序版本..”

时间:2019-04-12 15:21:35

标签: react-native

我正在将react-native-rabbitmq模块添加到我的react-native项目中,以处理来自客户端的消息队列。

文档说首先使用npm install react-native-rabbitmq --save将模块安装到依赖项,然后使用react-native link进行链接。安装完好之后,第二个命令react-native link永远停在输出react-native-rabbitmq checking app version ..上。

这是两个命令的输出:

$ npm install react-native-rabbitmq --save
npm WARN expo-google-sign-in@2.0.0 requires a peer of react-native@^0.55.4 but none is installed. You must install peer dependencies yourself.
npm WARN react-native-reanimated@1.0.0-alpha.11 requires a peer of react@16.0.0-alpha.6 but none is installed. You must install peer dependencies yourself.
npm WARN react-native-reanimated@1.0.0-alpha.11 requires a peer of react-native@^0.44.1 but none is installed. You must install peer dependencies yourself.
npm WARN url-loader@1.1.2 requires a peer of webpack@^3.0.0 || ^4.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

+ react-native-rabbitmq@0.5.19
updated 1 package and audited 42102 packages in 7.232s
found 69 low severity vulnerabilities
  run `npm audit fix` to fix them, or `npm audit` for details
$ react-native link
react-native-rabbitmq checking app version ..

0 个答案:

没有答案