Adding a tool dependency install note

pull/13462/head
cmd-influx 2019-04-17 16:51:46 -04:00
parent 52d6135daf
commit c1241cedb5
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ Set `GO111MODULE=on` or build the project outside of your `GOPATH` for it to suc
If you are getting an `error loading module requirements` error with `bzr executable file not found in $PATH”` on `make`, `brew install bazaar` (on macOS) before continuing.
This error will also be returned if you have not installed `npm`.
On macOS, `brew install npm` will install `npm`.
On macOS, `brew install npm` will install `npm`. As necessary, also install `brew install protobuf`.
For information about modules, please refer to the [wiki](https://github.com/golang/go/wiki/Modules).