Closed Vagahbond closed 10 months ago
Yeah, your right. I pushed new changes to master that update the dependency and fix this problem. You can build the binary with
make download-tools generate build-bin-local
the other build commands via docker doesn't work because the build image is outdated. If you have a newer nodejs version you may have to export this variable before executing the make command above.
export NODE_OPTIONS=--openssl-legacy-provider
Indeed it works!
I tried building with docker because I was too lazy to create a nix shell, and it worked great for me.
Thanks for this simple but powerful tool !
Describe the bug When trying to build following your guide, it does not work, whether it is on master or on the latest release tag.
To Reproduce Steps to reproduce the behavior:
make generate
Expected behavior A clear and concise description of what you expected to happen. The above command works and we can go on and compile.
Screenshots
Additional context I'm not a gopher so I'm not sure what is happening but it seems like a dependency disappeared..