Skip to content

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

Merged
lukekarrys merged 1 commit into
npm:latestfrom
m4rch3n1ng:install-package-lock-only
Jun 14, 2023
Merged

docs: add flag package-lock-only for npm install#6551
lukekarrys merged 1 commit into
npm:latestfrom
m4rch3n1ng:install-package-lock-only

Conversation

@m4rch3n1ng

Copy link
Copy Markdown
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 ownerJune 10, 2023 21:06
@lukekarrys
lukekarrys merged commit cd1e6aa into npm:latestJun 14, 2023
@github-actionsgithub-actionsBot mentioned this pull request Jun 14, 2023
Sign up for freeto 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.

2 participants

@m4rch3n1ng@lukekarrys