zepgram / magento2-fast-vm

Optimal vagrant developer box for Magento2. Folders synced by nfs/rsync. This box includes Magento developer utilities.
MIT License
110 stars 35 forks source link

deployment not completed #13

Closed srgrbkl closed 5 years ago

srgrbkl commented 5 years ago

after first run vagrant I get an error "/srv/magento/bin/magento command not found vagrant", I looked at deployment files and really did not find "bin" directory (Windows10, VirtualBox 5.2.22, Vagrant 2.2.2) screenshot_2

zepgram commented 5 years ago

Hi, composer installation failed. This issue is very recent and problem is on Magento side. A topic has been opened on official repository, issue is related here: https://github.com/magento/magento2/issues/19934

srgrbkl commented 5 years ago

@zepgram thanks, adding to composer.json "replace": {"vertex/module-tax": "*",} solved problem