We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fb1f88 commit 59ec72aCopy full SHA for 59ec72a
packages/setup/lib/version-update.ts
@@ -6,7 +6,7 @@ import { getPackageInfo } from './get-package-info.ts';
6
7
export function initializePackageManager() {
8
try {
9
- execSync('npm --version', { stdio: 'ignore' });
+ execSync('npm --version');
10
} catch {
11
pkgmng();
12
}
0 commit comments