mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Update npm after node is downloaded.
So we can execute npm even without system node.
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user