#Mailchimp Plugin
7 messages · Page 1 of 1 (latest)
It looks like you are running an older version of medusa that is not compatible with the mailchimp plugin. it is lookiing for medusa ^1.12
I've upgraded to 1.12 and its still giving me the same error...
I know it's intimidating, but if you read through the error, it explains the issue. You have packages that are expecting different versions of medusa, a peer depeendency. So yarn doesn't know how to resolve that. You can either add --force (not recommended) or read through and fix the conflicts. admin for example is an old package version that still wants medusa 1.8.2
Where can I find the new versions of the plugins?
From npm or github or just create a brand new medusa project in a tmp folder and copy from the pcakage.json that is generated.