From 243dff9110369b08baaff643db17903cee996958 Mon Sep 17 00:00:00 2001 From: dmail Date: Thu, 9 Nov 2023 10:35:17 +0100 Subject: [PATCH] add link to issue related to package-lock --- packages/monorepo/readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/monorepo/readme.md b/packages/monorepo/readme.md index d907e04..9f37765 100644 --- a/packages/monorepo/readme.md +++ b/packages/monorepo/readme.md @@ -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