Skip to content

Commit

Permalink
Strictly enforce the node version required
Browse files Browse the repository at this point in the history
This is helpful to avoid versions that will fail and with loud npm
install output, warnings can go unseen. With this change because of the
engine requirements specified upstream by the minecraft-protocol package
if someone attempts to npm install with an unsupported version of node
the process will abort with an error.
  • Loading branch information
andrewhood125 committed Aug 20, 2023
1 parent 930b53e commit 5dec67c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
engine-strict=true

0 comments on commit 5dec67c

Please sign in to comment.