gpt4 book ai didi

react-native - 无法在我的项目上运行 react-native 链接

转载 作者:行者123 更新时间:2023-12-04 04:56:58 25 4
gpt4 key购买 nike

当我在我的 RN 项目上运行 react-native link 时,出现以下错误:

$ react-native link
rnpm-install ERR! ERRPACKAGEJSON No package found. Are you sure it's a React Native project?

Cannot read property '_text' of undefined

我搜索过有人说运行 react-native upgrade 会解决这个问题。我试过,但没有锁定。我的 react 版本如下所示:
$ react-native --version
react-native-cli: 2.0.1
react-native: 0.39.2

我该如何解决这个问题?

最佳答案

请按顺序执行以下步骤 -

  • npm cache cleanyarn cache clean
  • rm -rf node_modules
  • yarn installnpm install
  • react-native upgrade ( 你可以在所有步骤中选择 no)
  • react-native link

  • 如果您获得与权限相关的错误,请在所有命令中使用 sudo

    关于react-native - 无法在我的项目上运行 react-native 链接,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43040665/

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