From f715bc41cb89f59cfa8008407b865d5ab3e7f558 Mon Sep 17 00:00:00 2001 From: NPM Mirror Bot Date: Fri, 11 Feb 2022 13:47:36 +0000 Subject: [PATCH] update https://registry.npm.taobao.org to https://registry.npmmirror.com --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c8723a0..12aa50f 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ install: - @if [ ! -f "$$(which istanbul)" ]; then npm install --registry=https://registry.npm.taobao.org -g browserify watchify mocha istanbul; fi - @npm install --registry=https://registry.npm.taobao.org + @if [ ! -f "$$(which istanbul)" ]; then npm install --registry=https://registry.npmmirror.com -g browserify watchify mocha istanbul; fi + @npm install --registry=https://registry.npmmirror.com dev: install @npm run dev