akeneo / magento2-connector-community

Akeneo Connector for Magento 2
Open Software License 3.0
85 stars 89 forks source link

Cannot Install Akeneo connector on Magento 2.4 #573

Closed varunyagain closed 2 years ago

varunyagain commented 2 years ago
Installation failed, reverting ./composer.json to its original content.

  [Exception]
  Higher matching version 102.6.1 of akeneo/module-magento2-connector-community was found in public repository packagist.org
                               than 102.6.0 in private https://repo.magento.com. Public package might've been taken over by a maliciou
  s entity,
                               please investigate and update package requirement to match the version from the private repository

This is the same error whether one tries to install 102.6.0 or 102.6.1. On the Magento market place, 102.6.0 is listed as the latest while the private repository is already at 102.6.1. Please help.

Thanks in advance, Varun.

varunyagain commented 2 years ago

screengrab

varunyagain commented 2 years ago

Adding --no-plugins to my "composer require" command solved this for me.

Thanks, Varun.