mage2click / m2c

Mage2click toolset to create and manage the Magento Docker development environment with mutagen.io file-sync for macOS and native filesystem mounts on Linux.

Home Page:https://mage2.click

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Magento verion

freeyland opened this issue · comments

When using m2c to setup local dev with magento 2.3.3 env and later push to a prod server, there is an issue during composer install with the checksum of google-shopping-adds module.
This can be resolved with:

sed -e 's/5f5929ef9f2ec4ca048a2add261d22c92807630f/ce31e720d60451784b9fdb3769e43e149f50d436/' composer.lock > composer.lock

In top of this there is an other issue:
magento/magento2#24930

How are you packages updated?
I know the issue are not directly related to your really cool project :)