-
Notifications
You must be signed in to change notification settings - Fork 18
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
[BUG]: Error ERR_MODULE_NOT_FOUND in v7 #519
Comments
👋 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 |
This bug was hidden because of a This is certainly a great catch |
🎉 This issue has been resolved in version 7.0.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
What happened?
Minimal reproduction environment: https://github.com/AnnAngela/octokit-esm-bug
When importing
@octokit/plugin-retry
@7, there is an error: https://github.com/AnnAngela/octokit-esm-bug/actions/runs/8042420281/job/21963054016#step:5:11And I tested to import the
bottleneck/light
like this:plugin-retry.js/src/wrap-request.ts
Line 2 in 60e9ac2
The error is still happened: https://github.com/AnnAngela/octokit-esm-bug/actions/runs/8042420281/job/21963054016#step:6:11
When I tried to import the
bottleneck/light
with.js
extension, no error anymore: https://github.com/AnnAngela/octokit-esm-bug/actions/runs/8042420281/job/21963054016#step:7:7Versions
@octokit/plugin-retry: 7.0.0
Node 20.11.1
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: