Unable to resolve module `react-native/Libraries/vendor/emitter/EventEmitter`

Updated my project to RN 0.48.1 and React 16.0.0-alpha.12. The project compiles properly and but now getting red screen of death in the iOS Simulator - both from Xcode and with RN CLI - with the following error message:

Bundling index.ios.js [development, non-minified, hmr disabled] 98.5% (766/772), failed.
error: bundling failed: "Unable to resolve module react-native/Libraries/vendor/emitter/EventEmitter from F:\coldbox-android\node_modules\react-native-root-siblings\lib\AppRegistryInjection.js: Module does not exist in the module map

This might be related to facebook/react-native#4968
To resolve try the following:

  1. Clear watchman watches: watchman watch-del-all.
  2. Delete the node_modules folder: rm -rf node_modules && npm install.
  3. Reset packager cache: rm -fr $TMPDIR/react-* or npm start -- --reset-cache."        
     分析:F:\coldbox-android\node_modules\react-native-root-siblings\lib\AppRegistryInjection.js:  中的Module找不到了,打开文件
  4. 最后解决了如下原帖在这。 特此mark
  5. change
    
    import EventEmitter from 'react-native/Libraries/EventEmitter/EventEmitter';
    
    to
    
    import EventEmitter from 'react-native/Libraries/vendor/emitter/EventEmitter';
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7

    上面替换不是绝对,A改为B或者是B改为A


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

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

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值