-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Why isn't "eslint-import-resolver-node" listed in eslint-module-utils
's peerDependencies?
#828
Comments
First off, if something works with npm but not an npm clone, then the npm clone is broken. It's listed as a dependency (https://github.com/benmosher/eslint-plugin-import/blob/master/package.json#L83), and this project works in npm 2 (which doesn't flatten like npm 3+ does), so I'm not sure why that would be an issue. |
After rereading the linked issue, pnpm/pnpm#739 (comment) is about |
@ljharb: after reading the linked comment, I'm curious what ideas you have to resolve this. I wouldn't be against just spec'ing I like that it works out of the box for most people, thus the current setup. |
pnpm/pnpm#739 (comment) seems reasonable. |
So what's the verdict on this? :) |
From pnpm/pnpm#739 (comment) via #828 (comment):
PRs are welcome. |
An update on this problem. I did a pull request to resolve to add a |
Since I maintain both |
@ljharb Sounds great! |
Any progress on this? |
eslint-module-utils
's peerDependencies?
See [828](import-js/eslint-plugin-import#828). Waiting for [1113](import-js/eslint-plugin-import#1113)
This seems to have been fixed by #1591. |
This issue is not resolved. Using pnpm: 7.27.1 & eslint-plugin-import: 2.26.0 |
The same issue happens with |
This plugin does not work with
pnpm
because it relies on NPM3's flatnode_modules
structure. Please see: pnpm/pnpm#739, where there is a reproducible repo.The text was updated successfully, but these errors were encountered: