parent
1e9af82bf6
commit
cab1b75c41
1 changed files with 1 additions and 1 deletions
|
@ -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])
|
||||
|
||||
|
|
Loading…
Reference in a new issue