Browse Source

fix: fix typo in Update faq.md (#4711)

pull/4715/head
Rwing 1 year ago
committed by GitHub
parent
commit
7f4c733fa3
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docs/src/guide/other/faq.md

2
docs/src/guide/other/faq.md

@ -81,7 +81,7 @@ getCurrentInstance().ctx.xxxx;
## 依赖安装问题 ## 依赖安装问题
- 如果依赖安装不了或者启动报错可以尝试执行`pnpm run resintall`。 - 如果依赖安装不了或者启动报错可以尝试执行`pnpm run reinstall`。
- 如果依赖安装不了或者报错,可以尝试切换手机热点来进行依赖安装。 - 如果依赖安装不了或者报错,可以尝试切换手机热点来进行依赖安装。
- 如果还是不行,可以自行配置国内镜像安装。 - 如果还是不行,可以自行配置国内镜像安装。
- 也可以在项目根目录创建 `.npmrc` 文件,内容如下 - 也可以在项目根目录创建 `.npmrc` 文件,内容如下

Loading…
Cancel
Save