Skip to content

Commit

Permalink
add link to issue related to package-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
dmail committed Nov 9, 2023
1 parent bb0fc3c commit 243dff9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/monorepo/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ Most of the time you don't want to update your deps. The 2 most common scenarios
"I want to update all my deps" happens from time to time but is usually not what you had in mind before executing "npm install"
Moreover the usage of _package-lock.json_ remains optional.
Moreover the usage of _package-lock.json_ remains optional.
And _package-lock.json_ can be problematic https://github.com/npm/cli/issues/4828, some project disable package-lock to avoid these kind of issues until the situation becomes better.
## How to avoid the problem
Expand Down

0 comments on commit 243dff9

Please sign in to comment.