- Issue created by @ichthus
Following Try out a demonstration link on " https://www.drupal.org/project/bootstrap → "
The setting up process ran into the following error
[success] Installation complete.
682084c44421f76c9e57b2b2# /bin/sh -c cd "${DOCROOT}" && ../vendor/bin/drush config-set system.logging error_level verbose -y
// Do you want to update error_level key in system.logging config?: yes.
682084c44421f76c9e57b2b2# /bin/sh -c cd "${DOCROOT}" && ../vendor/bin/drush theme:enable bootstrap -y
In ThemeInstaller.php line 176:
Unable to install theme: 'bootstrap' due to unmet module dependencies: 'jqu
ery_ui, jquery_ui_draggable, jquery_ui_resizable'.
Command Failed (Tugboat Error 1064): Exit code: 1; Command: cd "${DOCROOT}" && ../vendor/bin/drush theme:enable bootstrap -y
682084c34421f76c9e57b258 (simplytest) is suspended
[NOTE
I set Version because it is required.
in the Progress indicator window, I found this
682084c44421f76c9e57b2b2# /bin/sh -c composer -n create-project drupal/recommended-project:10.4.6 stm --no-install
Creating a "drupal/recommended-project:10.4.6" project at "./stm"
Installing drupal/recommended-project (10.4.6)
- Downloading drupal/recommended-project (10.4.6)
- Installing drupal/recommended-project (10.4.6): Extracting archive
Created project in /var/lib/tugboat/stm
And this
682084c44421f76c9e57b2b2# /bin/sh -c cd stm && composer require drupal/bootstrap:3.32 --no-install
The "3.32" constraint for "drupal/bootstrap" appears too strict and will likely not match what you want. See https://getcomposer.org/constraints
Bootstrap is at level 5.0.1.
:)
Active
4.0
Code