react-native报错-Unable to resolve module ‘react’

转载 https://blog.csdn.net/mapbar_front/article/details/76165239

error: bundling failed: “Unable to resolve module react from C:\\Users\\liwd\\Desktop\\mywork\\react-native\\Navigator\\index.android.js: Module does not exist in the module map\n\nThis might be related to https://github.com/facebook/react-native/issues/4968\nTo resolve try the following:\n 

1. Clear watchman watches: watchman watch-del-all.\n 

2.Delete the node_modules folder: rm -rf node_modules && npm install.\n 

3. Reset packager cache: rm -fr $TMPDIR/react-* or npm start -- --reset-cache.”

报错原因:index.android.js 中import 引用的某个 Module 找不到了。

第一种可能性: 

解决方案:删除node_modules文件夹,重新加载。或者,打开 node_modules文件夹看一下,是不是文件放别处了,找到后,重新 import。
npm install
  • 1

第二种可能性: 
react和react-native的版本不匹配 
不同的react和react-native版本会冲突,下载指定版本的react和react-native 
可行性的做法: 
直接选择react-native init之后的react和react-native版本,然后删除node_modules,再进行npm install。

你可能会出现的问题:npm 一个新的如react-native-vector-icons之类的包的时候,最好把node_modules删除,重新npm install。因为这可能发生一些未知的错误。


  • 1
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值