Could not load packages drupal/mailchimp in composer repo

Created on 28 June 2023, about 1 year ago

Problem/Motivation

When installing the Mailchimp module via composer I get the following error:

  Could not load packages drupal/mailchimp in composer repo (https://packages.drupal.org/8) from cached file (provider-drupal~mailchimp.json originating from https://packages.drupal.org/files/packages/8/p2/drupal/mailchimp.json): [UnexpectedValueExcepti  
  on] Package drupal/mailchimp's source key should be specified as {"type": ..., "url": ..., "reference": ...},                                                                                                                                                
  {"type":"git","url":"https:\/\/git.drupalcode.org\/project\/mailchimp.git","reference":null} given.                                                                                                                                                          
                                                                                                                                                                                                                                                               

In ArrayLoader.php line 180:
                                                                                                             
  Package drupal/mailchimp's source key should be specified as {"type": ..., "url": ..., "reference": ...},  
  {"type":"git","url":"https:\/\/git.drupalcode.org\/project\/mailchimp.git","reference":null} given.

I was able to successfully install the module by constraining the version to 2.2.0 with the following command:

composer require 'drupal/mailchimp:2.2.0' -W

When I try to install any later version I get the same error. Which tells me the error started in version 2.2.1

Steps to reproduce

composer require drupal/mailchimp

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

πŸ› Bug report
Status

Closed: duplicate

Version

2.2

Component

General

Created by

πŸ‡ΊπŸ‡ΈUnited States Buelto Boston

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024