Closed Kukiwon closed 1 year ago
looks like this openjdk@8
dependency has not been updated to work on M1. So you'd have to install Java 8 by hand. Adoptium / Temurin has build for M1 (other provider might have them too now).
The version available on brew is getting pretty old and given it doesn't install directly my advice is to follow that guide instead if you have basic knowledge in git to get started
I followed the getting started page but the installation fails on my M1 Macbook Pro with the following error:
brew install mojito-webapp
When I run
brew install --build-from-source openjdk@8
I get the following error:Any thoughts on what's going on here?