MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / npm_install

Function npm_install

tools/install.py:99–100  ·  view source on GitHub ↗
(target)

Source from the content-addressed store, hash-verified

97
98
99def npm_install(target):
100 subprocess.check_call([shutil.which('npm'), 'ci', '--omit=dev'], cwd=target)
101
102
103def main():

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected