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.
https://mage2.click
MIT License
69 stars 23 forks source link

Magento verion #14

Open freeyland opened 4 years ago

freeyland commented 4 years ago

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: https://github.com/magento/magento2/issues/24930

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