Add NPM dependency to README.md

pull/11014/head
Ryan Betts 2019-01-11 14:33:23 -05:00
parent 0ac9d02d64
commit 5e9e6a729e
1 changed files with 1 additions and 1 deletions

View File

@ -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).