From cab1b75c41f721ecc7f2ddaf58e79aeeb34dcea3 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Fri, 3 Jul 2015 08:54:03 +0800 Subject: [PATCH] Use npm@2.12.1 See https://github.com/npm/npm/issues/8702. --- script/cibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/cibuild b/script/cibuild index a4a58caea4d0..70a17237ca61 100755 --- a/script/cibuild +++ b/script/cibuild @@ -55,7 +55,7 @@ def main(): # CI's npm is not reliable. npm = 'npm.cmd' if sys.platform == 'win32' else 'npm' - execute([npm, 'install', 'npm']) + execute([npm, 'install', 'npm@2.12.1']) run_script('bootstrap.py', ['--dev', '--target_arch=' + target_arch])