mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Rebuild modules after installing
This commit is contained in:
@@ -265,6 +265,7 @@ def update_electron_modules(dirname, target_arch, nodedir):
|
||||
env['npm_config_target'] = version
|
||||
env['npm_config_nodedir'] = nodedir
|
||||
update_node_modules(dirname, env)
|
||||
execute_stdout([NPM, 'rebuild'], env)
|
||||
|
||||
|
||||
def update_node_modules(dirname, env=None):
|
||||
|
||||
Reference in New Issue
Block a user