Closed maka-io closed 6 months ago
👋 Hi! Thank you for this contribution! Just to let you know, our GitHub SDK team does a round of issue and PR reviews twice a week, every Monday and Friday! We have a process in place for prioritizing and responding to your input. Because you are a part of this community please feel free to comment, add to, or pick up any issues/PRs that are labled with Status: Up for grabs
. You & others like you are the reason all of this works! So thank you & happy coding! 🚀
You have to use ESM and we target ES2022.
We require NodeJS v18+
As per the Meteor docs,
Meteor 2.x runs on a deprecated Node.js version (14). Meteor 3.0, currently in its Release Candidate version, runs on Node.js v20. For more information, please consult our migration guide.
We support the 2 latest LTS releases, and provide support for the latest release.
The version we require is documented in our package.json
and our build scripts
What happened?
In a MeteorJS environment, adding
import { Octokit } from 'octokit'
results in immediate crash.Versions
Octokit v3.2.0 Node v. 14.21.4
Relevant log output