Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ember-cli/ember-cli
/ npm
Method
npm
lib/tasks/npm-task.js:31–34 ·
view source on GitHub ↗
(args)
Source
from the content-addressed store, hash-verified
29
}
30
31
npm(args) {
32
logger.info(
'npm: %j'
, args);
33
return
execa(
'npm'
, args, { preferLocal: false });
34
}
35
36
yarn(args) {
37
logger.info(
'yarn: %j'
, args);
Callers
3
checkNpmVersion
Method · 0.95
run
Method · 0.95
npm-task-test.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected