-
Notifications
You must be signed in to change notification settings - Fork 4
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
Error [ERR_REQUIRE_ESM]: require() of ES Module #70
Comments
Hey, that's expected unfortunately (I should've updated the readme). I had to migrate I will update the README here to talk about ESM vs CJS and I will create a maintenance branch for |
* docs: update README with information about ESM * ci: add maintenance branches * ci: add @semantic-release/github * chore: rename main.yml -> release.yml fix #70
🎉 This issue has been resolved in version 5.0.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Getting an error when upgrading to v5
const { fetch } = require('got-fetch');
The text was updated successfully, but these errors were encountered: