We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b3ed06 commit 907bcbfCopy full SHA for 907bcbf
packages/cli-v3/src/utilities/getUserPackageManager.ts
@@ -62,6 +62,7 @@ export async function detectPackageManagerFromArtifacts(path: string): Promise<P
62
case LOCKFILES.npm:
63
case LOCKFILES.npmShrinkwrap:
64
logger.debug("Found npm artifact", { foundPath });
65
+ return "npm";
66
case LOCKFILES.bun:
67
logger.debug("Found bun artifact", { foundPath });
68
return "npm";
0 commit comments