Skip to content

Commit

Permalink
Update README.md (#3420)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
SilkePilon committed Sep 8, 2024
1 parent 05b48ad commit 1c2a5c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1c2a5c0

Please sign in to comment.