-
Notifications
You must be signed in to change notification settings - Fork 17
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
Invalid main field in package.json #80
Comments
Seems like a duplicate of #74. |
Sure, but it can be reopened instead of filing a duplicate :-) Which exact version of the package do you have? |
ah, i see that the @DianaSuvorova, you may need to add a |
Didn't find the reopen button. 😄 I guess it's reserved for the collaborators? I use the latest package v3.3.2. Node.js v16.13.0. |
(a comment asking for it to be reopened is usually sufficient) |
Even though #81 was merged, this still seems to be an issue in 3.3.4 with the dist folder created, because package.json main points to dist/index.js, which doesn't exist. eslint-plugin-react-redux/package.json Line 12 in 16734b8
https://github.com/DianaSuvorova/eslint-plugin-react-redux/blob/v3.3.4/package.json#L12 |
The main field in package.json points to a file that is not existent in the published package. Since using Node.js 16 I get following warning when ESLinting my code.
The text was updated successfully, but these errors were encountered: