From d937f1ff2110612c92d33e4123945ed6d3c36d1c Mon Sep 17 00:00:00 2001 From: Johannes Schill Date: Thu, 7 Mar 2019 10:52:24 +0100 Subject: [PATCH] fix: Update error message and replace npm with yarn #15851 --- public/views/index-template.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/views/index-template.html b/public/views/index-template.html index 895b0e4ae19..ad28821230f 100644 --- a/public/views/index-template.html +++ b/public/views/index-template.html @@ -179,8 +179,7 @@

1. This could be caused by your reverse proxy settings.

2. If you host grafana under subpath make sure your grafana.ini root_url setting includes subpath

- 3. If you have a local dev build make sure you build frontend using: npm run dev, npm run watch, or npm run - build

+ 3. If you have a local dev build make sure you build frontend using: yarn start, yarn start:hot, or yarn build

4. Sometimes restarting grafana-server can help