Closed JonKohler closed 2 years ago
Same deal with yarn bazel, should be sudo yarn bazel
You don't want to install cmdtest (that yarn binary is something else entirely), you want to install yarn following the instructions here: https://yarnpkg.com/getting-started/install
Switched over from Rocky to ubuntu 20.04
The README mentions the following for installing deps:
sudo apt-get update && sudo apt-get install build-essential unzip
Followed by a
yarn install
; however, yarn is not installed in the apt-get above, as that requires cmdtest.While we're on the topic of yarn install, that should also be prefixed by sudo, else you'll get:
TLDR README should read:
sudo apt-get install build-esstentials unzip cmdtest
andsudo yarn install