Skip to content

[SNAPSHOT, PAUSED] Captured bug fixes that are mostly fixed elsewhere #21

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from

Conversation

simesy
Copy link
Contributor

@simesy simesy commented Mar 27, 2024

I'm not fully across either ddev or yarn, so I'm hacking a bit but at least this captures my experience. Note that I'm using the DDEV alpha released today.

ddev version v1.23.0-alpha1
Docker version 25.0.5, build 5dc9bcc (Rancher Desktop)
  • ddev corepack enable fails, should be ddev exec corepack enable ?
  • Yarn seems to need the ddev exec yarn set version stable which (after corepack enable) means it can then successfully install v4.
  • DDEV seems intent on creating a sites/default/files (is this due to docker-compose mounting?) and this breaks the ddev drupal install command, so i added a ddev reset command.
  • Replaced the two sample tests with quicker more stable examples

TO TEST

Follow the same instructions except ddev get from my fork

ddev get simesy/ddev-drupal-core-dev

@simesy simesy changed the title Changes which make it work for me Changes that allow it work for me Mar 27, 2024
@@ -7,7 +7,7 @@ git clone https://git.drupalcode.org/project/drupal.git drupal
cd drupal
ddev config --project-type=drupal10
ddev start
ddev corepack enable
ddev exec corepack enable
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. Not sure how we lost the exec.

@simesy simesy changed the title Changes that allow it work for me [SNAPSHOT, PAUSED] Changes that allow it work for me Mar 27, 2024
@simesy simesy changed the title [SNAPSHOT, PAUSED] Changes that allow it work for me [SNAPSHOT, PAUSED] Captured bug fixes that are mostly fixed elsewhere Mar 27, 2024
@simesy
Copy link
Contributor Author

simesy commented Mar 28, 2024

There's a new PR coming I'm working on with rkoller

@simesy simesy closed this Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants