Hi, followed your setup instructions and the make stack-up step fails because mkcert is not installed, however mkcert is not listed as a prerequisite in the steps.
Steps to Reproduce
- Clone the repository:
git clone https://github.com/getprobo/probo.git
- Install Go dependencies:
go mod download
- Install JavaScript dependencies:
npm ci
- Build the project:
make build
- Start docker containers:
make stack-up
The command fails with the following error:
mkcert -cert-file compose/pebble/certs/pebble.crt \
-key-file compose/pebble/certs/pebble.key \
localhost 127.0.0.1 ::1 pebble
make: mkcert: No such file or directory
make: *** [compose/pebble/certs/rootCA.pem] Error 1
Hi, followed your setup instructions and the
make stack-upstep fails becausemkcertis not installed, howevermkcertis not listed as a prerequisite in the steps.Steps to Reproduce
git clone https://github.com/getprobo/probo.gitgo mod downloadnpm cimake buildmake stack-upThe command fails with the following error: