Skip to content

Commit a8a52c7

Browse files
committed
chore: .npmrc注释registry
1 parent 0a047d0 commit a8a52c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.npmrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# 设置最新的淘宝镜像,加快安装依赖速度
2-
registry = https://registry.npmmirror.com # https://registry.npmjs.org 官方镜像
2+
# registry = https://registry.npmmirror.com # https://registry.npmjs.org 官方镜像(发布包需要改为官方镜像)
3+
34
# 强制检查 engines 字段中指定的版本要求,即强制使用指定的 Node.js 版本
45
engine-strict=true
56
# 是否自动安装 peerDependencies(对等依赖) 中的依赖

0 commit comments

Comments
 (0)