Closed NateTheSage closed 1 year ago
Ended up digging around, found a couple of things:
prom-client
in package.json
needs to be changed to include a v, I was able to get mine to compile using:
"prom-client": "https://github.com/siimon/prom-client#v14.0.1",
And in bower.json
, there are no releases anymore, so it's easier to just grab the repo:
"bootstrap-material-design": "git://github.com/FezVrasta/bootstrap-material-design.git",
I can make a pull request with these changes if you'd like.
Thanks for bringing this up. I fixed this and also updated a couple of dependencies along the way. But I feel like the older the project is growing, the harder it gets to keep it alive.
Just found this the other day and wanted to give it a try, but it appears the docker build instructions have had something go the way of the dinosaur.
Even after sourcing the
env
, it still fails.Happy to contribute more logs if needed. :)