You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When manually trying to run composer update from within the default bolted8 directory, I'm getting a bunch of dependency requirement errors as well.
vagrant@drupalvm:/var/www/drupalvm/bolted8$ composer update
Gathering patches for root package.
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
- Installation request for drupal/lightning 8.1.00-rc3 -> satisfiable by drupal/lightning[8.1.00-rc3].
- drush/drush dev-master requires codegyre/robo ~1.0.0-beta1 -> satisfiable by codegyre/robo[1.0.0-beta1].
- drush/drush dev-master requires codegyre/robo ~1.0.0-beta1 -> satisfiable by codegyre/robo[1.0.0-beta1].
- Conclusion: don't install codegyre/robo 1.0.0-beta1
- Installation request for drush/drush dev-master -> satisfiable by drush/drush[dev-master].
Thought it had something to do with the repository definition being git versus vcs or the require-dev being phing/phing instead of
grasmash/phing
But, nothing seems to be working for me.
The text was updated successfully, but these errors were encountered:
whoa... that's super weird. I forked the repo this morning and if I go to my repo it says I'm 90 commits behind. I have no idea how that could have happened. Super bizarre. I'll try with the latest. thanks for the help. I'll report back if/when I get it to work.
Getting an error when running
./bolt.sh create -debug -verbose
from with a drupal-vm ssh session @geerlingguy @grasmashWhen manually trying to run composer update from within the default
bolted8
directory, I'm getting a bunch of dependency requirement errors as well.vagrant@drupalvm:/var/www/drupalvm/bolted8$ composer update
Gathering patches for root package.
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
- Installation request for drupal/lightning 8.1.00-rc3 -> satisfiable by drupal/lightning[8.1.00-rc3].
- drush/drush dev-master requires codegyre/robo ~1.0.0-beta1 -> satisfiable by codegyre/robo[1.0.0-beta1].
- drush/drush dev-master requires codegyre/robo ~1.0.0-beta1 -> satisfiable by codegyre/robo[1.0.0-beta1].
- Conclusion: don't install codegyre/robo 1.0.0-beta1
- Installation request for drush/drush dev-master -> satisfiable by drush/drush[dev-master].
Thought it had something to do with the repository definition being git versus vcs or the require-dev being phing/phing instead of
grasmash/phing
But, nothing seems to be working for me.
The text was updated successfully, but these errors were encountered: