Skip to content

Commit 1c2a5c0

Browse files
authored
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
1 parent 05b48ad commit 1c2a5c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ npm install mineflayer
4343

4444
To update mineflayer (or any Node.js) package and its dependencies, use
4545
```bash
46-
npm update --depth 9999
46+
npm update
4747
```
4848

4949
## Documentation

0 commit comments

Comments
 (0)