You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run npx create-wp-site in a machine without docker-compose command available
Expected Behavior:
create-wp-site fails gracefully and point the user to setup docker-compose on their machine it's not available
create-wp-site does not leave the site URL in /etc/hosts
Actual Behavior
create-wp-site still runs and create the project (there are some references of docker-compose is not available, but it still runs and congratulate the user)
the site URL is still in the /etc/hosts
The text was updated successfully, but these errors were encountered:
Steps to Reproduce:
run
npx create-wp-site
in a machine withoutdocker-compose
command availableExpected Behavior:
create-wp-site
fails gracefully and point the user to setup docker-compose on their machine it's not availablecreate-wp-site
does not leave the site URL in/etc/hosts
Actual Behavior
create-wp-site
still runs and create the project (there are some references ofdocker-compose is not available
, but it still runs and congratulate the user)/etc/hosts
The text was updated successfully, but these errors were encountered: