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.
2 parents 2083450 + 6aca02c commit 2e6cfeeCopy full SHA for 2e6cfee
extensions/terminal-suggest/src/completions/npm.ts
@@ -455,6 +455,10 @@ const completionSpec: Fig.Spec = {
455
description:
456
'Bypass peerDependency auto-installation. Emulate install behavior of NPM v4 through v6',
457
},
458
+ {
459
+ name: '--package-lock-only',
460
+ description: 'Only update the `package-lock.json`, instead of checking `node_modules` and downloading dependencies.',
461
+ },
462
{
463
name: '--strict-peer-deps',
464
0 commit comments