docs: add an introductory paragraph to troubleshooting.md [ci skip]

This commit is contained in:
Haoqun Jiang
2019-02-22 22:28:22 +08:00
parent 19c474e2e1
commit 9ea88af113

View File

@@ -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.