簡體   English   中英

這些 npm 軟件包的版本沖突在哪里?

[英]Where is the conflict in versioning for these npm packages?

我嘗試運行npm install ,我遇到了這個 output:

npm ERR! While resolving: my_website@0.1.0                                                                                                     
npm ERR! Found: react@16.14.0                                                                                                                          
npm ERR! node_modules/react
npm ERR!   react@"^16.14.0" from the root project
npm ERR!   peer react@"^15.0.0 || ^16.0.0" from react-google-maps@9.4.5
npm ERR!   node_modules/react-google-maps
npm ERR!     react-google-maps@"^9.4.5" from the root project

我不明白這個問題。 react@16.14.0是 AFAIU react@"^15.0.0 || ^16.0.0"

為什么我的版本不正確?

謝謝,

Slackware

該項目未維護,您是否可以嘗試安裝@react-google-maps/api

npm 我@react-google-maps/api

github 問題

github 第2期

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM