We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a047d0 commit a8a52c7Copy full SHA for a8a52c7
.npmrc
@@ -1,5 +1,6 @@
1
# 设置最新的淘宝镜像,加快安装依赖速度
2
-registry = https://registry.npmmirror.com # https://registry.npmjs.org 官方镜像
+# registry = https://registry.npmmirror.com # https://registry.npmjs.org 官方镜像(发布包需要改为官方镜像)
3
+
4
# 强制检查 engines 字段中指定的版本要求,即强制使用指定的 Node.js 版本
5
engine-strict=true
6
# 是否自动安装 peerDependencies(对等依赖) 中的依赖
0 commit comments