Open justinmclean opened 10 months ago
Tested by uninstalling wget and running the launch-playground.sh
script.
I am a little confused by what going on here but without wget installed the launch playground script fails. I can't see where it uses wget but it fails, users have also reported this and have fixed it by installing wget. If you install wget or have the above changes it works.
macOS doesn't have wget installed by default, and the playground script fails silently if wget is not installed. Add support for wget and curl and print out a meaningful error message if neither can be found. This fixes #20.