From a7a6829b697812d50f98d31b4daaf453be032fee Mon Sep 17 00:00:00 2001 From: Carol Willing Date: Fri, 8 Jun 2018 05:01:32 -0700 Subject: [PATCH] add additional reference per @betatim review --- jupyterhub/proxy.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/jupyterhub/proxy.py b/jupyterhub/proxy.py index 6f49253f..11cfdfe7 100644 --- a/jupyterhub/proxy.py +++ b/jupyterhub/proxy.py @@ -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