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

Revert to older node-fetch to fix compatibility with old Node.js #156

Merged
merged 2 commits into from
Dec 6, 2023

Commits on Oct 15, 2023

  1. update package-lock.json to lockfileVersion 3

    This format has been supported since npm 7, which was bundled with
    Node.js 15, and we're now building with Node.js 16.
    throwaway96 committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    dbefe4d View commit details
    Browse the repository at this point in the history
  2. revert to older node-fetch

    node-fetch commit 50536d1 broke compatibility with Node.js <3.2.0 by
    using emitter.listenerCount().
    throwaway96 committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    39551c4 View commit details
    Browse the repository at this point in the history