From 3a6b81d933e203b9ee8ebb182e474088c43e541c Mon Sep 17 00:00:00 2001 From: NPM Mirror Bot Date: Sat, 12 Feb 2022 06:05:25 +0000 Subject: [PATCH] update https://registry.npm.taobao.org to https://registry.npmmirror.com --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0fae246..3a3a153 100644 --- a/package.json +++ b/package.json @@ -11,12 +11,12 @@ "serve": "vue-cli-service serve", "build": "vue-cli-service build", "build:report": "vue-cli-service build --report", - "globle": "npm install -g cnpm --registry=https://registry.npm.taobao.org&&cnpm i rimraf npm-check-updates nrm -g&&rimraf node_modules&&cnpm i", + "globle": "npm install -g cnpm --registry=https://registry.npmmirror.com&&cnpm i rimraf npm-check-updates nrm -g&&rimraf node_modules&&cnpm i", "lint": "vue-cli-service lint", "lint:style": "stylelint-config-prettier-check", "inspect": "vue-cli-service inspect", "template": "plop", - "clear": "rimraf node_modules&&npm install --registry=https://registry.npm.taobao.org", + "clear": "rimraf node_modules&&npm install --registry=https://registry.npmmirror.com", "image-webpack-loader": "cnpm i image-webpack-loader -D", "use:npm": "nrm use npm", "use:taobao": "nrm use taobao",