richdynamix / magestead

The Vagrant Solution for Magento Developers
81 stars 29 forks source link

Instalation on a MAC #71

Closed inluxc closed 7 years ago

inluxc commented 8 years ago

composer global require "richdynamix/magestead" Changed current directory to /Users/fcarvalhido/.composer Using version ^2.2 for richdynamix/magestead ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages.

Problem 1

richdynamix commented 8 years ago

Magestead now requires the Symfony console v3.1+ It would appear you already have v2.8.6. To resolve this you must remove the ~/.composer/vendor/symfony/console directory and re-run the installation. Magestead will install the correct version required.

Please Note: This may cause issues for other packages that are explicitly using symfony/console v2.8.6

sdeboer88 commented 7 years ago

I ran into this problem also. Can you give some directions on how to remove the console?

richdynamix commented 7 years ago

@inluxc Did this resolve your issues?

inluxc commented 7 years ago

Yep, i had an old version installed, i removed it and installed again and everything is right :D