From 8034afdcdfb429f57b7e352f6956204643b0dc97 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Fri, 28 Jun 2013 16:10:12 +0800 Subject: [PATCH] Update npm after node is downloaded. So we can execute npm even without system node. --- script/bootstrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/bootstrap.py b/script/bootstrap.py index 73a5492bd36f..a2b646f38819 100755 --- a/script/bootstrap.py +++ b/script/bootstrap.py @@ -17,9 +17,9 @@ def main(): args = parse_args() update_submodules() - update_npm() bootstrap_brightray(args.url) update_atom_shell() + update_npm() def parse_args():