You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You mention that jq and go are prerequisites, but bazel is also required:
Error: bazel is not installed. Please install bazel first. See https://docs.prylabs.network/docs/install/install-with-bazel#install-bazel-using-bazelisk
I dind't find the instructions at the referenced page particularly clear, and used this on Ubuntu 22.04:
You mention that jq and go are prerequisites, but bazel is also required:
Error: bazel is not installed. Please install bazel first. See https://docs.prylabs.network/docs/install/install-with-bazel#install-bazel-using-bazelisk
I dind't find the instructions at the referenced page particularly clear, and used this on Ubuntu 22.04:
Download bazelisk-linux-amd64 from https://github.com/bazelbuild/bazelisk/releases/download/v1.19.0/bazelisk-linux-amd64
Rename it bazel:
mv bazelisk-linux-amd64 bazel
Make it executable:
chmod +x bazel
Sudo move it to /usr/local/bin:
sudo mv bazel /usr/local/bin
The text was updated successfully, but these errors were encountered: