From ffbad9a890237f1b4cdd89d0bfc1fe11d8f44839 Mon Sep 17 00:00:00 2001 From: NPM Mirror Bot Date: Fri, 11 Feb 2022 13:37:48 +0000 Subject: [PATCH] update https://registry.npm.taobao.org to https://registry.npmmirror.com --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3d12a16..60b7687 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ nodejs_env: @cd ~/bin ; ln -s ../src/node-v4.4.5-linux-x64/bin/node node @cd ~/bin ; ln -s ../src/node-v4.4.5-linux-x64/bin/npm npm @npm config set prefix ~ - @npm install -g cnpm --registry=https://registry.npm.taobao.org + @npm install -g cnpm --registry=https://registry.npmmirror.com deps: # 初始化项目