A quick guide on how to setup Node.js development environment.
Previous versions of these install instructions had been tested with:
A quick guide on how to setup Node.js development environment.
Previous versions of these install instructions had been tested with:
| #!/bin/bash | |
| # Creator: Phil Cook | |
| # Email: phil@phil-cook.com | |
| # Twitter: @p_cook | |
| brew_prefix=$(brew --prefix | sed 's#/#\\\/#g') | |
| brew_array=("5.6","7.0","7.1","7.2") | |
| php_array=("php@5.6" "php@7.0" "php@7.1" "php@7.2") | |
| valet_support_php_version_array=("php@5.6" "php@7.0" "php@7.1" "php@7.2") | |
| php_installed_array=() |