gpt4 book ai didi

android - 如何为 React Native 安装 rnpm 包

转载 作者:塔克拉玛干 更新时间:2023-11-03 00:01:54 25 4
gpt4 key购买 nike

我正在尝试为我的 react-native 包安装这个包。 https://www.npmjs.com/package/react-native-dialogs

我看到我需要执行这个命令来安装它。 rnpm install --save react-native-dialogs

我的机器上安装了 nodenpm。我不确定 rnpm 是什么。我收到一个错误。我试图浏览一些链接,但没有成功。

'rnpm' is not recognized as an internal or external command, operable program or batch file.

最佳答案

rnpm 已被“吸收”到核心 React Native 中。如果软件包要求您通过 rnpm 安装,您可以使用以下命令代替

react-native install --save react-native-dialogs

这将从 npm 安装包,然后链接 native 依赖项。这是

的简化版本

npm install --save react-native-dialogs && react-native link react-native-dialogs

关于android - 如何为 React Native 安装 rnpm 包,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43716370/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com