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 4076724 commit 8254175Copy full SHA for 8254175
src/commands/npm/cmd-npm.mts
@@ -78,7 +78,7 @@ async function run(
78
79
// Filter Socket flags from argv but keep --json for npm
80
const argsToForward = filterFlags(argv, { ...commonFlags, ...outputFlags }, [
81
- '--json'
+ '--json',
82
])
83
const { spawnPromise } = await shadowBin(NPM, argsToForward, {
84
stdio: 'inherit',
0 commit comments