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 2a33a4b commit 665d6eeCopy full SHA for 665d6ee
.npmrc
@@ -1,5 +1,7 @@
1
# 设置最新的淘宝镜像,加快安装依赖速度
2
registry = https://registry.npmmirror.com # https://registry.npmjs.org 官方镜像(发布包需要改为官方镜像)
3
+# # 发包禁用 git 仓库的校验
4
+# git-checks = false
5
6
# 强制检查 engines 字段中指定的版本要求,即强制使用指定的 Node.js 版本
7
engine-strict=true
0 commit comments