Update npm after node is downloaded.
So we can execute npm even without system node.
This commit is contained in:
parent
1dff44340a
commit
8034afdcdf
1 changed files with 1 additions and 1 deletions
|
@ -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():
|
||||
|
|
Loading…
Reference in a new issue