Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DavidWells/analytics
/ installDeps
Function
installDeps
scripts/installer.js:6–8 ·
view source on GitHub ↗
(functionDir, cb)
Source
from the content-addressed store, hash-verified
4
const
cp = require(
"child_process"
)
5
6
function
installDeps(functionDir, cb) {
7
cp.exec(
"npm i"
, { cwd: functionDir }, cb)
8
}
9
10
(
async
() => {
11
console.log(
'Installing example deps. This can take some time'
)
Callers
1
installer.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected