簡體   English   中英

Magento Extensions安裝准備檢查錯誤

[英]Magento Extensions Installation Readiness Check Error

我們發現沖突的組件依賴關系。 隱藏細節

Command "update" failed: Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

Problem 1
- Installation request for magento/module-shared-catalog 100.0.2 -> satisfiable by magento/module-shared-catalog[100.0.2].
- magento/module-shared-catalog 100.0.2 requires magento/module-advanced-checkout 100.2.* -> no matching package found.
Problem 2
- Installation request for magento/product-community-edition 2.0.0 -> satisfiable by magento/product-community-edition[2.0.0].
- magento/module-review-analytics 100.2.0 requires magento/framework 101.0.* -> satisfiable by magento/framework[101.0.0-rc21, 101.0.0-rc22, 101.0.0-rc23, 101.0.0-rc30, 101.0.0, 101.0.1, 101.0.2].
- Can only install one of: magento/framework[101.0.0-rc21, 100.0.2].
- Can only install one of: magento/framework[101.0.0-rc22, 100.0.2].
- Can only install one of: magento/framework[101.0.0-rc23, 100.0.2].
- Can only install one of: magento/framework[101.0.0-rc30, 100.0.2].
- Can only install one of: magento/framework[101.0.0, 100.0.2].
- Can only install one of: magento/framework[101.0.1, 100.0.2].
- Can only install one of: magento/framework[101.0.2, 100.0.2].
- magento/product-community-edition 2.0.0 requires magento/framework 100.0.2 -> satisfiable by magento/framework[100.0.2].
- Installation request for magento/module-review-analytics 100.2.0 -> satisfiable by magento/module-review-analytics[100.2.0].

Potential causes:
- A typo in the package name
- The package is not available in a stable-enough version according to your minimum-stability setting
see <https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion> for more details.

Read <http://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.

For additional assistance, see component dependency help . 

---我正在使用magento2。任何幫助將不勝感激。 提前非常感謝您!

根據您的日志,有幾個問題。

首先:嘗試一一安裝您的軟件包。

第二:第一個問題是由於找不到軟件包,因此在將其插入作曲家文件之前,請先檢查其是否存在。

第三:其他問題是由於您不應該首先將它們添加到作曲家而導致的。 因此,請先檢查依賴項。

暫無
暫無

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

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