Changes between Initial Version and Version 1 of Ticket #60202
- Timestamp:
- 01/06/2024 09:22:24 PM (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #60202 – Description
initial v1 1 I try to start wp-envon my mac.1 I try to start `wp-env` on my mac. 2 2 3 node -v-> v18.16.14 npm -v-> 9.5.13 `node -v` -> v18.16.1 4 `npm -v` -> 9.5.1 5 5 docker is up and running 6 6 7 7 when I launch 8 wp-env start 8 `wp-env start` 9 9 10 10 I get the error below … … 16 16 17 17 ✖ Error while running docker compose command. 18 {{{ 18 19 #0 building with "desktop-linux" instance using docker driver 19 20 … … 78 79 ------ 79 80 failed 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 }}}