Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/npm/cli
/ exec
Method
exec
test/lib/npm.js:641–645 ·
view source on GitHub ↗
(args, flags)
Source
from the content-addressed store, hash-verified
639
]
640
641
async
exec (args, flags) {
642
execCalled = true
643
execArgs = args
644
execFlags = flags
645
}
646
647
async
execWorkspaces () {
648
throw
new
Error(
'execWorkspaces should not be called'
)
Callers
1
npm.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected