`

https://github.com/facebook/react-native/issues/4968

 
阅读更多

1. 摘要

        ReactNative在开发的时候,会遇到很多坑。需要我们根据日志来解决。把解决经过记录下来,方便之后的开发人员来搜索解决办法。

 

2. 日志

Loading dependency graph, done.

error: bundling: UnableToResolveError: Unable to resolve module `react/lib/ReactDebugCurrentFrame` from `/Users/afunx/Code/reactive/dn/rn_project/node_modules/react-native/Libraries/Renderer/src/renderers/shared/stack/reconciler/ReactCompositeComponent.js`: Module does not exist in the module map or in these directories:

  /Users/afunx/Code/reactive/dn/rn_project/node_modules/react/lib

 

This might be related to https://github.com/facebook/react-native/issues/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`.

    at p.catch.error (/Users/afunx/Code/reactive/dn/rn_project/node_modules/react-native/packager/src/node-haste/DependencyGraph/ResolutionRequest.js:366:19)

    at process._tickCallback (internal/process/next_tick.js:109:7)

Bundling `index.android.js`  99.5% (398/399), failed.

 

3. 解决办法

 

  • 删除 node_modules 文件夹: 
    [plain] view plain copy
     
    1. rm -rf node_modules && npm install  
  • 重置 packager cache:
    [plain] view plain copy
     
    1. rm -fr $TMPDIR/react-*  
    或者:
    [plain] view plain copy
     
    1. node_modules/react-native/packager/packager.sh --reset-cache  
  • 清除 watchman watches:
    [plain] view plain copy
     
    1. watchman watch-del-all  
  • Recreate the project from scratch:
    [plain] view plain copy
     
    1. react-native run-android  

 

 

分享到:
评论

相关推荐

    解决fatal:remote error:You can’t push to git://github.com/username/*.git问题的办法

    解决fatal:remote error:You can’t push to git://github.com/username/*.git问题的办法 今天Git push的时候 fatal:remote error: You can't push to git://github.com/username/*.git Use git@github....

    stable-diffusion-webui codeformer.pth

    【https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/1513】 我认为这与损坏的安装有关。就我而言,我在“\models\Codeformer”上的 Codeformer.pth 已损坏。替换为手动安装的...

    react移动端项目构建,react@18.2.0+react-vant+vite+axios+redux+sass

    该架构已解决大部分坑,主要用于react@18.2.0移动端,在使用项目前请确保已安装node、...redux-persist:https://github.com/rt2zz/redux-persist sass:https://blog.csdn.net/randy521520/article/details/131242242

    电影院选座管理 源码

    多点缩放移动:https://github.com/Almeros/android-gesture-detectors SelectSeatView:https://github.com/twl8023/SelectSeatView/ 功能: 1. 显示座位图 2. 可缩放 3. 可移动 4. 可选座 5....

    react-native-facebook.zip

    https://github.com/jitsi/jitsi-maven-repository/tree/master/releases/com/facebook/react/react-native-locale-detector ...

    GITHUB镜像网站表

    表格中的几个网站是github的...再补充一个映射网站:http://toolwa.com/github/,可以将github链接映射到https://xxxxxxxxx.fast-github.ml/和https://hub.fastgit.xyz/链接并访问。 注:使用WPS编辑,可能有兼容问题。

    Jamendo android开源在线音乐播放器

    Jamendo 官方网站:http://www.jamendo.com/en/ 分享的内容依次是: 1.分析Music搜索实现,主要是网络和JSON传输 2.分析全局Application缓存实现方法 3.分析Download模块 4.分析Adapter使用 5.分析全局...

    Android代码-react-native-ble-manager

    This is a porting of https://github.com/don/cordova-plugin-ble-central project to React Native. Requirements RN 0.40 RN 0.30-0.39 supported until 2.4.3 Supported Platforms iOS 8 Android (API 19 ) ...

    移至https://github.com/tobrun/flutter-mapbox-gl-Flutter开发

    请前往https://github.com/tobrun/flutter-mapbox-gl进行更新。 Flutter Mapbox GL Native此Flutter请注意,该项目已移动。 请前往https://github.com/tobrun/flutter-mapbox-gl进行更新。 Flutter Mapbox GL Native...

    前端开源库-github-issues-label-sync

    "github-issues-label-sync" 是一个专门针对GitHub的问题(Issue)管理工具,它的主要功能是帮助用户同步GitHub仓库中的问题标签,使得多仓库之间的标签保持一致,提高项目管理和协同工作的效率。 GitHub是一个全球...

    Spring Framework 4.x Reference Documentation 中文翻译

    Spring Framework 4.x Reference Documentation 中文翻译 ...中文翻译《Spring Framework 4.x参考文档》 — waylau ... The current version of Spring Framework 4.x is 4.2.1.RELEASE....Github : waylau

    react-native-viewpager-React Native版本的ViewPager控件,自动播放,无限循环。.zip

    项目地址:https://github.com/race604/react-native-viewpager 效果图:使用说明: 运行 npm 安装 react-native-viewpager --save代码如下:var ViewPager = require('react-native-viewpager');  ...

    30-days-of-react-ebook-fullstackio

    What is React?  Edit this page on Github ...Over the next 30 days, you'll get a good feel for the various parts of the React (https://facebook.github.io/react/)

    CefFlashBrowser - Flash浏览器

    开发者可以通过GitHub链接(https://github.com/Mzying2001/CefFlashBrowser)查看源代码、提交历史、报告问题或贡献代码。此外,熟悉WPF布局系统和控件,以及如何与CEF进行交互,也是开发自定义功能所必需的。 总...

    react移动端项目构建TS,react@18.2.0+react-vant+vite+axios+redux+sass+ts

    该架构已解决大部分坑,主要用于react@18.2.0移动端,在使用项目前请确保已安装node、...redux-persist:https://github.com/rt2zz/redux-persist sass:https://blog.csdn.net/randy521520/article/details/131242242

    paascloud配套数据库脚本和三方jar

    后端项目:https://github.com/paascloud/paascloud-master https://gitee.com/passcloud/paascloud-master 登录入口:https://github.com/paascloud/paascloud-login-web ...

    18个 ios 项目源代码

    18个 ios 项目源代码 各种布局 控件使用 及扩展视图 自定义UITableViewCell。实现各种样式的表格输入界面、自定义Tab Bar的文字、颜色和图片加箭头、列表个性化列表项、IOS欢迎界面等。

    react PC端项目构建TS,react@18.2.0+antd+vite+axios+redux+sass+ts

    该架构已解决大部分坑,主要用于react@18.2.0PC端,在使用项目前请确保已安装node、yarn工具,node版本18+,此项目构建主要集成:axios、antd、sass、vite、sass、react V18,其中还会介绍到如何跨页面传递数据、...

    Shopware 5存储库-对于Shopware 6,请访问https://github.com/shopware/platform-PHP开发

    Shopware 5许可证:双重许可证AGPL v3 /专有Github存储库:https://github.com/shopware/shopware问题跟踪程序:https://issues.shopware.com概述Shopware 5是下一代ope Shopware 5许可证:双重许可证许可证AGPL v3 ...

    安卓版本更新完整版

    这是一个安卓app升级版本更新的项目,里面包含了通知栏更新以及app内部更新,更新的情况分为强制更新,推荐更新和无需更新3种,里面使用了downloaderManager和...https://github.com/zilianliuxue/AndroidStudy/

Global site tag (gtag.js) - Google Analytics