Use npm@2.12.1

See https://github.com/npm/npm/issues/8702.
This commit is contained in:
Cheng Zhao 2015-07-03 08:54:03 +08:00
parent 1e9af82bf6
commit cab1b75c41

View file

@ -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])