Update npm after node is downloaded.

So we can execute npm even without system node.
This commit is contained in:
Cheng Zhao 2013-06-28 16:10:12 +08:00
parent 1dff44340a
commit 8034afdcdf

View file

@ -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():