npm WARN jest-react-native@17.0.0 需要 whatwg-fetch@^1.0.0 的对等点,但没有安装
Posted
技术标签:
【中文标题】npm WARN jest-react-native@17.0.0 需要 whatwg-fetch@^1.0.0 的对等点,但没有安装【英文标题】:npm WARN jest-react-native@17.0.0 requires a peer of whatwg-fetch@^1.0.0 but none was installed 【发布时间】:2017-04-01 23:33:13 【问题描述】:当我尝试在 ReactNative 项目中运行 npm install 时,我收到了这个错误。为了解决这个问题,我尝试安装 whatwg-fetch@^1.0.0 但同样的错误。
UNMET PEER DEPENDENCY whatwg-fetch@2.0.1
npm WARN jest-react-native@17.0.0 requires a peer of whatwg-fetch@^1.0.0 but none was installed.
npm ERR! code 1
【问题讨论】:
【参考方案1】:您需要手动安装缺少的对等依赖项npm install whatwg-fetch@^1.0.0 --save
【讨论】:
它有效,但我使用: npm install whatwg-fetch@^1.0 --save 使用 npm install whatwg-fetch@^1.0.whatwg-fetch@^1.0.0 --save 给出错误跨度> 抱歉,我的回答中出现了复制粘贴错误--save
是做什么的?为什么npm install whatwg-fetch@^1.0.0
没有像我之前那样解决问题?以上是关于npm WARN jest-react-native@17.0.0 需要 whatwg-fetch@^1.0.0 的对等点,但没有安装的主要内容,如果未能解决你的问题,请参考以下文章
使用npm安装包报错“npm WARN npm npm does not support Node.js v17.1.0“
创建一个新的 Angular 项目日志 NPM 警告:npm WARN optional SKIPPING OPTIONAL DEPENDENCY