MCPcopy 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

4const cp = require("child_process")
5
6function 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.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected