We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
reporting for #208
yarn -v 3.2.0 yarn info --name-only | grep eslint | sort ├─ eslint-config-standard@npm:17.0.0-1 ├─ eslint@npm:8.9.0 ├─ eslint-plugin-n@npm:15.0.1 ... yarn npm info eslint-config-standard { name: 'eslint-config-standard', description: 'JavaScript Standard Style - ESLint Shareable Config', 'dist-tags': { latest: '16.0.3', !! next: '17.0.0-1' }, ... yarn ➤ YN0000: ┌ Resolution step ➤ YN0060: │test.app@workspace:. provides eslint-plugin-n (p92c58) with version 15.0.1, which doesn't satisfy what eslint-config-standard requests ➤ YN0000: │ Some peer dependencies are incorrectly met; run yarn explain peer-requirements <hash> for details, where <hash> is the six-letter p-prefixed code ... yarn explain peer-requirements p92c58 ➤ YN0000: test.app@workspace:. provides eslint-plugin-n@npm:15.0.1 [62071] with version 15.0.1, which doesn't satisfy the following requirements: ➤ YN0000: eslint-config-standard@npm:17.0.0-1 [62071] → ^14.0.0 ✘
@ current package.json
package.json
eslint-config-standard/package.json
Line 18 in 63e644c
"eslint-plugin-n": "^14.0.0",
current release of eslint-plugin-n is 15.0.1
eslint-plugin-n
15.0.1
https://github.com/weiran-zsd/eslint-plugin-node
The text was updated successfully, but these errors were encountered:
#215
Sorry, something went wrong.
17.0.0
No branches or pull requests
reporting for #208
@ current
package.json
eslint-config-standard/package.json
Line 18 in 63e644c
current release of
eslint-plugin-n
is15.0.1
https://github.com/weiran-zsd/eslint-plugin-node
The text was updated successfully, but these errors were encountered: