add additional reference per @betatim review

This commit is contained in:
Carol Willing
2018-06-08 05:01:32 -07:00
parent 61299113c8
commit a7a6829b69

View File

@@ -489,7 +489,9 @@ class ConfigurableHTTPProxy(Proxy):
self.log.error(
"Failed to find proxy %r\n"
"The proxy can be installed with `npm install -g configurable-http-proxy`."
"Please refer to the nodejs documentation if you need to install `npm`."
"To install `npm`, install nodejs which includes `npm`."
"If you see an `EACCES` error or permissions error, refer to the `npm` "
"documentation on How To Prevent Permissions Errors."
% self.command
)
raise