-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
Cannot install ESLint with vue add eslint
through ui or cli
#5256
Comments
How about It's due to incompatibilities between |
@sodatea can I update those two packages and have it work? I'll try your suggestion in a few. |
After successful installation, run |
@sodatea apologies. I tried it again and got
|
A similar problem: when trying to do
|
Sorry I misread the error messages. The version mismatch only causes warnings not errors and will be fine after invocation. So either The real problem here happens in the extraction of config files. Very likely on reading existing config files. One of |
On the other hand, it looks like you have configured eslint yourself before adding the
|
@sodatea deleted all my |
Could you provide a reproduction? This is not a common error and I've no idea how it happened. The error message says it's thrown from this line:
package.json of the installed eslint package.
|
Plus, after "copy-paste the content of .eslintrc.js & the dependencies field (that are related to eslint) to the current project", please run |
I'm not quite sure what I did, but I played around with it for a while and eventually it worked 🤷♀️ |
Well, then I'm closing this issue for not being reproducible anymore… |
thanks for the help! |
Version
4.2.2
Environment info
Steps to reproduce
run
vue add eslint
or add theeslint
plugin through the "Plugins" tab in vue uiWhat is expected?
eslint should install successfully
What is actually happening?
posting on PasteBin because I'm getting a 414 request-uri to large error:
https://pastebin.com/NeRnhRiJ
when installing through Vue CLI:
when installing through vue ui:
Noticed this problem here
The text was updated successfully, but these errors were encountered: