-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Add missing dependencies #14
Comments
https://github.com/search?q=repo%3Aun-es%2Feslint-plugin-i%20array.prototype.flatmap&type=code I don't think it is used anywhere in this fork? |
Don't include all these ljharb polyfills imho. The original has like 50 extra dependencies because of these useless polyfill packages that are not needed with modern runtimes. |
I believe there is nothing to do here, if you still get this error, please provide a minimal but runnable reproduction. |
@LukeNotable, try to use version 2.28.1. It helped in our projects to get rid of the flatmap-error. |
Trying to use this package for the first time, I got:
Looks like because 2.28.0 added dependencies on:
array.prototype.flatmap
array.prototype.findlastindex
object.fromentries
Which means they should be added to dependencies here too (unless they're being handled some other way).
Workaround is just to add the missing dependency as a dev dependency in my project.
The text was updated successfully, but these errors were encountered: