From 1c2a5c0fa78f74a63fabd7edde85c4a74db32dee Mon Sep 17 00:00:00 2001 From: Silke pilon Date: Sun, 8 Sep 2024 22:08:58 +0200 Subject: [PATCH] Update README.md (#3420) remove --depth flag as it no longer works. npm warn update The --depth option no longer has any effect. See RFC0019. npm warn update https://github.com/npm/rfcs/blob/latest/implemented/0019-remove-update-depth-option.md --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 1888ce4d1..11dbea462 100644 --- a/docs/README.md +++ b/docs/README.md @@ -43,7 +43,7 @@ npm install mineflayer To update mineflayer (or any Node.js) package and its dependencies, use ```bash -npm update --depth 9999 +npm update ``` ## Documentation