我使用“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?
偶然的你