h_mo 626781e26a chore(deps): 依赖更新和registry更改
- 更新多项依赖以保持最新,包括`@dcloudio/uni-app`和其他相关库至最新alpha版本,以及`alova`和`vue`等。
- 将npm registry更改为https://registry.npmmirror.com,以改善国内访问速度和可靠性。
- `package.json`中具体版本号的变动反映在`dependencies`和`devDependencies`部分,确保使用最新稳定版本。- .npmrc文件中registry的更改将影响所有npm安装操作,提供一个更快的国内镜像源。
2024-08-19 14:44:34 +08:00

7 lines
402 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 提示:如果你想自动安装对等依赖,在项目根目录下的.npmrc文件中添加"auto-install-peers=true"。
# 提示:如果你不希望pnpm在对等依赖问题上失败在项目根目录下的.npmrc文件中添加"strict-peer-dependencies=false"。
# auto-install-peers=true
strict-peer-dependencies=false
registry=https://registry.npmmirror.com
# registry=https://registry.npmjs.org