尝试构建时无法解析模块

Posted

技术标签:

【中文标题】尝试构建时无法解析模块【英文标题】:Unable to resolve module when trying to build 【发布时间】:2021-01-29 09:12:06 【问题描述】:

我正在尝试为我的 ios react native 项目构建 main.jsbundle,但是当我尝试运行此 cmd 时,我不断收到此错误:- react-native bundle --entry-file index.js --platform ios - -dev false --bundle-output ios/main.jsbundle --assets-dest ios

This is the error that i am getting when i run this command

【问题讨论】:

再次尝试安装@react-native-community/push-notification-ios 并使用自动链接(npx pod-install) 【参考方案1】:

安装@react-native-community/push-notification-ios 并使用自动链接(npx pod-install)

@react-native-community/push-notification-ios

【讨论】:

【参考方案2】:

安装这个库

添加@react-native-community/push-notification-ios

在终端中运行此命令以进行自动链接

npx pod 安装

更多内容请阅读本文

https://github.com/react-native-push-notification-ios/push-notification-ios

【讨论】:

以上是关于尝试构建时无法解析模块的主要内容,如果未能解决你的问题,请参考以下文章

找不到模块:错误:无法解析“./lib/axios”

找不到模块:无法解析'autosuggest-highlight / match'

Angular 构建 - 未找到模块:错误:无法解析“控制台”

修复错误:无法从“”解析模块“./index.android”

Webpack Express 无法解析模块“fs”,请求依赖是表达式

react-native错误:无法解析模块`AccessibilityInfo`