diff --git a/.npmrc b/.npmrc index 88899a6..dbb1248 100644 --- a/.npmrc +++ b/.npmrc @@ -1,4 +1,4 @@ # 配置npm镜像源 (华为云) -registry=https://repo.huaweicloud.com/repository/npm/ +registry=https://registry.npmjs.org/ # 严格检查 package.json 中 "engines" 字段指定的版本要求 engine-strict=true \ No newline at end of file