Merge pull request #11014 from influxdata/ryan-readme
Add NPM dependency to README.mdpull/11045/head
commit
4855d58281
|
@ -8,7 +8,7 @@ This project requires Go 1.11 and Go module support.
|
|||
|
||||
Set `GO111MODULE=on` or build the project outside of your `GOPATH` for it to succeed.
|
||||
|
||||
If you are getting an `error loading module requirements` error with `bzr executable file not found in $PATH”` on `make`, `brew install bazaar` (on macOSX) before continuing.
|
||||
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`.
|
||||
|
||||
For information about modules, please refer to the [wiki](https://github.com/golang/go/wiki/Modules).
|
||||
|
||||
|
|
Loading…
Reference in New Issue