standard / eslint-config-standard

ESLint Config for JavaScript Standard Style

Home Page:https://standardjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

pgnd opened this issue · comments

commented

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