Skip to content
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

v17.0.0-1: eslint-plugin-n v15.0.1, 'doesn't satisfy what eslint-config-standard requests' #216

Closed
pgnd opened this issue Feb 24, 2022 · 1 comment

Comments

@pgnd
Copy link

pgnd commented Feb 24, 2022

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

"eslint-plugin-n": "^14.0.0",

    "eslint-plugin-n": "^14.0.0",

current release of eslint-plugin-n is 15.0.1

https://github.com/weiran-zsd/eslint-plugin-node

@chrisnruud
Copy link
Contributor

#215

@pgnd pgnd closed this as completed Feb 24, 2022
@pgnd pgnd mentioned this issue Mar 8, 2022
14 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

3 participants
@pgnd @chrisnruud and others