diff --git a/docs/other/faq.md b/docs/other/faq.md index 7f73051f..4cedee2d 100644 --- a/docs/other/faq.md +++ b/docs/other/faq.md @@ -10,6 +10,6 @@ java -Dfile.encoding=utf-8 -jar xxxxxxx.jar ## 打包guns-admin-vuejs总是下载依赖包失败 使用淘宝源 ```shell -npm install --registry=https://registry.npm.taobao.org +npm install --registry=https://registry.npmmirror.com ```