From 5e9e6a729e9dcc52b3402eced82ef80dbf78a2cb Mon Sep 17 00:00:00 2001 From: Ryan Betts Date: Fri, 11 Jan 2019 14:33:23 -0500 Subject: [PATCH] Add NPM dependency to README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27bcd73a78..51df6c23d1 100644 --- a/README.md +++ b/README.md @@ -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).