From 1ffd0f7bc5e312c1c421a2e94e0cb58e4454dbb4 Mon Sep 17 00:00:00 2001 From: YY Date: Wed, 4 May 2016 19:16:16 +0800 Subject: [PATCH] =?UTF-8?q?fix(npm):=20=E4=BF=AE=E6=94=B9npm=E4=B8=8B?= =?UTF-8?q?=E8=BD=BD=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #6 --- nodehandle/npm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodehandle/npm.go b/nodehandle/npm.go index 538ccef5..44df50c1 100644 --- a/nodehandle/npm.go +++ b/nodehandle/npm.go @@ -26,7 +26,7 @@ import ( const ( LATNPMURL = "https://raw.githubusercontent.com/npm/npm/master/package.json" NPMTAOBAO = "http://npm.taobao.org/mirrors/npm/" - NPMDEFAULT = "https://github.com/npm/npm/releases/" + NPMDEFAULT = "https://github.com/npm/npm/archive/" ZIP = ".zip" )