世博会:无法解析模块 './debugger

新手上路,请多包涵

重新加载后,我的应用程序已停止加载。

我已经尝试过模拟器和 2 个真实的设备,android 和 ios。

错误是:

错误:无法从以下模块解析模块 ./debugger-ui/debuggerWorker.d9da4ed7

有时我会收到错误消息“无法找到实例”。

我尝试了以下方法:

  1. 清除守望者手表: watchman watch-del-all
  2. 删除 node_modules 文件夹: rm -rf node_modules && npm install
  3. 重置 Metro Bundler 缓存: rm -rf /tmp/metro-bundler-cache-*npm start -- --reset-cache
  4. 删除急速缓存: rm -rf /tmp/haste-map-react-native-packager-*
  5. 重新启动计算机。
      Expo CLI 3.11.3 environment info:
       System:
         OS: macOS 10.15.2
         Shell: 5.7.1 - /bin/zsh
       Binaries:
         Node: 12.8.0 - ~/.nvm/versions/node/v12.8.0/bin/node
         Yarn: 1.19.1 - /usr/local/bin/yarn
         npm: 6.13.4 - ~/.nvm/versions/node/v12.8.0/bin/npm
         Watchman: 4.9.0 - /usr/local/bin/watchman
       IDEs:
         Android Studio: 3.5 AI-191.8026.42.35.5791312
         Xcode: 11.2/11B41 - /usr/bin/xcodebuild
       npmPackages:
         expo: ~36.0.0 => 36.0.2
         react: ~16.9.0 => 16.9.0
         react-native: https://github.com/expo/react-native/archive/sdk-36.0.0.tar.gz => 0.61.4
         react-navigation: ^4.0.10 => 4.0.10
       npmGlobalPackages:
         expo-cli: 3.11.3

关于我还能尝试解决这个问题的任何想法?

下面的完整错误:


Error: Unable to resolve module `./debugger-ui/debuggerWorker.d9da4ed7` from ``:

None of these files exist:
  * debugger-ui/debuggerWorker.d9da4ed7(.native|.native.expo.ts|.expo.ts|.native.expo.tsx|.expo.tsx|.native.expo.js|.expo.js|.native.expo.jsx|.expo.jsx|.native.ts|.ts|.native.tsx|.tsx|.native.js|.js|.native.jsx|.jsx|.native.json|.json|.native.wasm|.wasm)
  * debugger-ui/debuggerWorker.d9da4ed7/index(.native|.native.expo.ts|.expo.ts|.native.expo.tsx|.expo.tsx|.native.expo.js|.expo.js|.native.expo.jsx|.expo.jsx|.native.ts|.ts|.native.tsx|.tsx|.native.js|.js|.native.jsx|.jsx|.native.json|.json|.native.wasm|.wasm)
    at ModuleResolver.resolveDependency (/Users/serdarmustafa/task_location_namespace/node_modules/metro/src/node-haste/DependencyGraph/ModuleResolution.js:163:15)
    at ResolutionRequest.resolveDependency (/Users/serdarmustafa/task_location_namespace/node_modules/metro/src/node-haste/DependencyGraph/ResolutionRequest.js:52:18)
    at DependencyGraph.resolveDependency (/Users/serdarmustafa/task_location_namespace/node_modules/metro/src/node-haste/DependencyGraph.js:282:16)
    at /Users/serdarmustafa/task_location_namespace/node_modules/metro/src/lib/transformHelpers.js:267:42
    at /Users/serdarmustafa/task_location_namespace/node_modules/metro/src/Server.js:1305:37
    at Generator.next (<anonymous>)
    at asyncGeneratorStep (/Users/serdarmustafa/task_location_namespace/node_modules/metro/src/Server.js:99:24)
    at _next (/Users/serdarmustafa/task_location_namespace/node_modules/metro/src/Server.js:119:9)
    at processTicksAndRejections (internal/process/task_queues.js:85:5)

原文由 Serdar Mustafa 发布,翻译遵循 CC BY-SA 4.0 许可协议

阅读 710
1 个回答

I solved this error by stopping the debugger cmd + d && Stop debugging then doing a hard reload on the open debugger tab in chrome alt + control + click on reload button and choose Empty cache and hard reload 然后重新启动调试器。

原文由 Chaim Paneth 发布,翻译遵循 CC BY-SA 4.0 许可协议

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题