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

Incompatible with eslint >= 5.2.0 #11

Closed
czycha opened this issue Aug 7, 2018 · 2 comments
Closed

Incompatible with eslint >= 5.2.0 #11

czycha opened this issue Aug 7, 2018 · 2 comments

Comments

@czycha
Copy link

czycha commented Aug 7, 2018

When installing this package with eslint 5.2.0 or 5.3.0 already installed, I receive the following error:

An unexpected error occurred: "could not find a copy of eslint to link in /Users/james/Desktop/Work/Timberwolves/enter-to-win/node_modules/eslint-config-standard-preact/node_modules".

I have to have eslint 5.1.0 installed to install this package.

@tardnuk
Copy link

tardnuk commented Oct 23, 2018

Do you use yarn? When I define exact version in package.json, it's fine - "eslint": "5.7.0".

@czycha
Copy link
Author

czycha commented Oct 23, 2018

@tardnuk I do use Yarn. You're right, installing the exact version works even though it's the same. I had thought that perhaps this module was not configured correctly but now I think this is a bug with Yarn. Some other people have reported this with other modules: yarnpkg/yarn#6285.

I'm closing this issue but feel free to reopen if there's anything to be done here to fix this issue.

@czycha czycha closed this as completed Oct 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants