Active
Project:
simplytest.me
Version:
8.x-4.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Apr 2024 at 16:14 UTC
Updated:
14 Aug 2024 at 20:43 UTC
Jump to comment: Most recent
Using default options for Drupal core and selecting the 8.9.20 (8.x) version:

I am getting an error on attempt to build a Drupal 8.9.20 instance: https://simplytest.me/tugboat/progress/66109bb4aa2dcd62df3d9401/66109bb4...
This may be the error:
Warning: The lock file is not up to date with the latest changes in composer.json. You may be getting outdated dependencies. It is recommended that you run `composer update` or `composer update <package name>`.
- Required package "zaporylie/composer-drupal-optimizations" is not present in the lock file.
This usually happens when composer files are incorrectly merged or the composer.json file is manually edited.
Read more about correctly resolving merge conflicts https://getcomposer.org/doc/articles/resolving-merge-conflicts.md
and prefer using the "require" command over editing the composer.json file directly https://getcomposer.org/doc/03-cli.md#require-r| Comment | File | Size | Author |
|---|---|---|---|
| Screen Shot 2024-04-12 at 11.09.25 AM.png | 321.75 KB | teknorah |
Comments
Comment #2
teknorahSecond attempt today, produces same result: https://simplytest.me/tugboat/progress/66195cb9d5dd4604b762fa5d/66195cb9...
Error:
Console output just prior to this error:
Comment #3
mahtab_alam commentedhttps://www.drupal.org/project/simplytest/issues/3405187
This bug is already reported related to installing 8.x any version
There is a patch to fix but its on needs review state
Comment #4
mglamanThis should be fixed now via #3405187: The lock file is not up to date with the latest changes in composer.json, as mentioned in #3.