We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04beef2 commit eee068bCopy full SHA for eee068b
src/shadow/shadow-bin.ts
@@ -5,7 +5,7 @@ import spawn from '@npmcli/promise-spawn'
5
6
import { installLinks } from './link'
7
import constants from '../constants'
8
-import { isInstallCmd, isLoglevelCmd } from '../utils/npm'
+import { isInstallCmd, isLoglevelCmd, isProgressCmd } from '../utils/npm'
9
10
const { NPM, abortSignal } = constants
11
0 commit comments