我使用“magento-ce-2.4.0-2020-07-24-11-08-21”。我想使用magento/extension-b2b。但是,我收到此錯誤消息。 [InvalidArgumentException] Could not find a matching version of package magento/extension-b2b. Check the package spelling, your version constr aint and that the package is available in a stability which matches your minimum-stability (stable).我讀了https://devdocs.magento.com/guides/v2.3/install-gde/prereq/connect-auth.html。我制作了文件“C:/Users/USER_NAME/AppData/Roaming/Composer/auth.json”。{ "http-basic": { "repo.magento.com": { "username": "MY_PUBLIC_KEY", "password": "MY_PRIVATE_KEY" } }}為什么我不能使用 magento/extension-b2b?
1 回答

偶然的你
TA貢獻1841條經(jīng)驗 獲得超3個贊
您無法使用該擴展,因為您尚未提供所有參數(shù)。根據(jù)https://devdocs.magento.com/guides/v2.3/comp-mgr/module-man/compman-checklist.html 以及您提供的問題的詳細(xì)信息,您收到此異常的原因是因為您有未能完成列出的任何一項..
包的先決條件
模塊管理器清單
*這兩個步驟列表都記錄在您提供的鏈接中。
正如您在問題評論中提到的,供應(yīng)商要求您設(shè)置服務(wù)器,因為許多先決條件活動都涉及運行操作系統(tǒng)命令 (CLi)
然后,您可以啟動組件管理器,或升級系統(tǒng)。這似乎就是該包的用途。
- 1 回答
- 0 關(guān)注
- 129 瀏覽
添加回答
舉報
0/150
提交
取消