From 9ea88af1133d96fe87f0d442495871c507bf6438 Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Fri, 22 Feb 2019 22:28:22 +0800 Subject: [PATCH] docs: add an introductory paragraph to troubleshooting.md [ci skip] --- docs/guide/troubleshooting.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/guide/troubleshooting.md b/docs/guide/troubleshooting.md index d5d6683c8..8531bc7c4 100644 --- a/docs/guide/troubleshooting.md +++ b/docs/guide/troubleshooting.md @@ -1,5 +1,7 @@ # Troubleshooting +This document covers some common Vue CLI issues and how to resolve them. You should always follow these steps before opening a new issue. + ## Running installation with `sudo` or as `root` If you install `@vue/cli-service` as `root` user or with `sudo`, there might be issues when running package `postinstall` scripts.