-
-
Notifications
You must be signed in to change notification settings - Fork 30
Getting is not defined by "exports" #270
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
Comments
looks like its package.json was read somewhere, while it's not exported. related: #259 can you share the detailed error log? |
Maybe we can try something like:
|
this is all I am getting:
|
The fix you put in works for me. |
Just wondering what do you need to import package.Jason for? |
No idea. Maybe related to me .eslintrc.json ?
|
maybe another plugin? it seems no harm to export it, what do you think just merge #271, and release it as a patch? |
The fix seems fine given that ESLint does the same thing but it would still be nice to know why it's needed in this case (it wasn't needed for me). Maybe some other dependency or part of the environment is outdated. |
5.0.0 - getting
is not defined by "exports"
warn Package eslint-plugin-eslint-plugin has been ignored because it contains invalid configuration. Reason: Package subpath './package.json' is not defined by "exports" in /Users/bill/theclub/TheClub/node_modules/eslint-plugin-eslint-plugin/package.json
How to fix?
The text was updated successfully, but these errors were encountered: