Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/ember-cli/ember-cli
/ hasPNPMLock
Method
hasPNPMLock
lib/tasks/npm-task.js:50–52 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
48
}
49
50
hasPNPMLock() {
51
return
isPnpmProject(this.project.root);
52
}
53
54
async
checkYarn() {
55
try {
Callers
2
findPackageManager
Method · 0.95
npm-task-test.js
File · 0.80
Calls
1
isPnpmProject
Function · 0.85
Tested by
no test coverage detected