Skip to content
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

add a pre-flight check to ensure that all the dependencies needed are there #3

Open
viankakrisna opened this issue Feb 11, 2018 · 0 comments

Comments

@viankakrisna
Copy link
Contributor

Steps to Reproduce:

run npx create-wp-site in a machine without docker-compose command available

Expected Behavior:

  1. create-wp-site fails gracefully and point the user to setup docker-compose on their machine it's not available
  2. create-wp-site does not leave the site URL in /etc/hosts

Actual Behavior

  1. 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)
  2. the site URL is still in the /etc/hosts
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

No branches or pull requests

1 participant