Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
99
def
npm_install(target):
100
subprocess.check_call([shutil.which(
'npm'
),
'ci'
,
'--omit=dev'
], cwd=target)
101
102
103
def
main():
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected