Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strictly enforce the node version required #101

Merged
merged 1 commit into from
Dec 29, 2023

Commits on Aug 20, 2023

  1. Strictly enforce the node version required

    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.
    andrewhood125 committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    5dec67c View commit details
    Browse the repository at this point in the history