From ab93d0d0824bd0ace250fb73f703dc7b60ecd780 Mon Sep 17 00:00:00 2001 From: extremeheat Date: Sat, 10 Feb 2024 02:11:32 -0500 Subject: [PATCH] Note `npm update` command in readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1c439a3..2350d37 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,8 @@ Want to contribute on something important for PrismarineJS ? go to https://githu `npm install bedrock-protocol` +To update bedrock-protocol (or any Node.js package) and its dependencies after a previous install, you must run `npm update --depth 9999` + ## Usage ### Client example