MCPcopy
hub / github.com/standard/standard / npmInstall

Function npmInstall

test/external/clone.js:110–116  ·  view source on GitHub ↗
(cb)

Source from the content-addressed store, hash-verified

108 }
109
110 function npmInstall (cb) {
111 const args = ['install']
112 spawn(NPM, args, { cwd: folder, stdio: 'ignore' }, err => {
113 if (err) err.message += ` (npm install) (${name})`
114 cb(err)
115 })
116 }
117
118 function runStandard (cb) {
119 const args = [STANDARD, '--verbose']

Callers 1

clone.jsFile · 0.85

Calls 1

spawnFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…