Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #60202


Ignore:
Timestamp:
01/06/2024 09:22:24 PM (22 months ago)
Author:
sabernhardt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #60202 – Description

    initial v1  
    1 I try to start wp-env on my mac.
     1I try to start `wp-env` on my mac.
    22
    3 node -v -> v18.16.1
    4 npm -v -> 9.5.1
     3`node -v` -> v18.16.1
     4`npm -v` -> 9.5.1
    55docker is up and running
    66
    77when I launch
    8   wp-env start
     8`wp-env start`
    99
    1010I get the error below
     
    1616
    1717✖ Error while running docker compose command.
     18{{{
    1819#0 building with "desktop-linux" instance using docker driver
    1920
     
    7879------
    7980failed to solve: process "/bin/sh -c apt-get -qy install $PHPIZE_DEPS && touch /usr/local/etc/php/php.ini" did not complete successfully: exit code: 1
     81}}}