nigelwhite

Results 9 issues of nigelwhite

$ bin/gpm selfupgrade first I got [RuntimeException] unlink (/apps/www/grav/bin/grav): Permission denied but I sorted that out with $ sudo chown -R nigel www now I get [RuntimeException] rename (/apps/www/grav/cache/tmp/Grav-blahblah/grav-update/bin/,/apps/www/grav/bin): Cross-device...

I went this route - $ ./run-docker-grav.sh // now at bash prompt - ok localhost:8080 // site shows ok $ bin/gpm install devtools // success $ bin/plugin devtools new-theme //...

I did `composer require --dev drupal/core-dev:8.9.20 --update-with-all-dependencies` Composer starts installing stuff but then errors ``` [Composer\Downloader\TransportException] The "https://github.com/dargullin/icheck/archive/1.0.2.zip" file could not be downloaded, got redirect without Location (HTTP/1.1 300 Multiple...

$ composer update --with-dependencies drupal/commerce drupal/commerce_price drupal/commerce_product drupal/commerce_order drupal/commerce_payment drupal/commerce_payment_example drupal/commerce_checkout drupal/commerce_tax drupal/commerce_cart drupal/commerce_log drupal/commerce_store drupal/commerce_promotion $ vendor/drush/drush/drush updb Module Update ID Type Description -------------------- ----------- --------------- ----------------------------------------------------------------------- commerce_product 8206...

I want to use ui_patterns to provide components with Bootstrap 5 behaviour (eg accordion, modal). When a user clicks, the behaviour should trigger. The modal_name displays fine so I know...

Expected: you click on a nav-item dropdown in the navbar and a dropdown child menu appears Actual: you click on nav-item dropdown and nothing happens Is this something to do...

Thanks for this starter. It almost got me started... I find I can't process .html templates. I want to write my templates in html so that prettier will format my...

I had to convert my yaml to json before it was recognised and consumed. Does anyone know how to alter the eleventy.js, in this project, so that yaml data can...

composer install returns ``` Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires nuvoleweb/drupal-component-scaffold * -> satisfiable by nuvoleweb/drupal-component-scaffold[dev-master, 0.1.0, 9999999-dev]....