We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 603c7b4 commit fa90e41Copy full SHA for fa90e41
src/utils/npm.ts
@@ -8,4 +8,4 @@ import { Readable } from 'stream';
8
export function getNpmVersion(): string {
9
const version = exec('npm --version');
10
return (version.stdout as Readable).toString();
11
-}
+}
0 commit comments