Troubleshooting Installation
Manually delete .live_dev_porter/.cache
This cannot hurt and may fix some issues.
Failed due to missing configuration; please add "local"
Update to the newest version of Live Dev Porter.
Failed to bootstrap...Cannot find Composer dependencies
- Open the log file
- Search for
CLOUDY_PACKAGE_CONTROLLER - Open that file
- Add the following line:
CLOUDY_COMPOSER_VENDOR="/PATH/TO/COMPOSER/vendor"
mysqldump: command not found
https://mysqldump.guru/how-to-install-and-run-mysqldump.html
Mac
https://github.com/Homebrew/homebrew-core/issues/180498
Pick one of these:
`shell
brew install mysql@8.4
brew install mysql-client@8.4
`