Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add flag package-lock-only for npm install #6551

Merged
merged 1 commit into from Jun 14, 2023

Conversation

m4rch3n1ng
Copy link
Contributor

the flag is described in

The `--package-lock-only` argument will only update the
`package-lock.json`, instead of checking `node_modules` and downloading
dependencies.

and in params for npm ls and npm audit

'package-lock-only',

'package-lock-only',

but wasn't actually added to params for npm install

@m4rch3n1ng m4rch3n1ng requested a review from a team as a code owner June 10, 2023 21:06
@lukekarrys lukekarrys merged commit cd1e6aa into npm:latest Jun 14, 2023
25 checks passed
@github-actions github-actions bot mentioned this pull request Jun 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants