ryanstreet / magento2-vagrant

Vagrant Setup for Magento 2 install. All prerequisites setup and running.
GNU General Public License v2.0
84 stars 35 forks source link

composer install #9

Open dbrekelmans opened 8 years ago

dbrekelmans commented 8 years ago

I ran into a problem when executing composer install.

The message I get is:

Loading composer repositories with package information Installing dependencies (including require-dev) from lock file Your requirements could not be resolved to an installable set of packages.

Problem 1

  • The requested PHP extension ext-intl * is missing from your system.

To me it seems like there is a piece of software missing from the virtual machine, but I don't know if it's because I've done something wrong (as far as I can tell, I followed your exact instructions from the README).

ryanstreet commented 8 years ago

Strange. This is the package php5-intl that is installed with the boostrap. Try destroying your vagrant box and trying to up again. If the problem persists, please let me know.

klern commented 8 years ago

I have a similiar problem.

I'm using OS X Yosemite, and Virtual Box is version 5.0.14.

The message:

Loading composer repositories with package information Installing dependencies (including require-dev) from lock file Your requirements could not be resolved to an installable set of packages.

Problem 1

  • The requested PHP extension ext-mcrypt * is missing from your system. Install or enable PHP's mcrypt extension.

Problem 2

  • The requested PHP extension ext-intl * is missing from your system. Install or enable PHP's intl extension.
rowbeast commented 7 years ago

Same issue as klern here.

Problem 1

Using VirtualBox 5.1.14 and OSX El Capitan

niketkanoi commented 7 years ago

Similar Issue for me

Using VirtualBox 5.1.12 and OSX Yosemite 10.10.5

JstrzAtW2M commented 7 years ago

Me too, any ideas?

Your requirements could not be resolved to an installable set of packages.

Problem 1

TonyPeacock commented 7 years ago

I have the same problem but it seems the correct modules are installed so I'm not sure why it's happening? Did anyone come up with a solution?

niketkanoi commented 7 years ago

I was able to resolve by installing all those missing extensions manually one by one. Magento 2 is up and running now.