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

could not find a copy of eslint to link #7

Open
Moxie1776 opened this issue Jun 19, 2020 · 2 comments
Open

could not find a copy of eslint to link #7

Moxie1776 opened this issue Jun 19, 2020 · 2 comments

Comments

@Moxie1776
Copy link

When running yarn add eslint-config-vuetify -D I get the following error

error An unexpected error occurred: "could not find a copy of eslint to link in /home/jeff/wexite/client/node_modules/eslint-config-vuetify/node_modules".

Here are the dependencies from my package.json

"dependencies": {
    "@nuxtjs/auth": "^4.9.1",
    "@nuxtjs/axios": "^5.11.0",
    "@nuxtjs/dotenv": "^1.4.1",
    "echarts": "^4.8.0",
    "nuxt": "^2.13.0",
    "typescript": "^3.9.5",
    "vee-validate": "^3.3.4",
    "vue": "^2.6.11",
    "vue-echarts": "^5.0.0-beta.0"
  },
  "devDependencies": {
    "@nuxtjs/eslint-config": "^3.0.0",
    "@nuxtjs/eslint-module": "^2.0.0",
    "@nuxtjs/vuetify": "^1.11.2",
    "debug": "^4.1.1",
    "eslint": "^7.2.0",
    "eslint-config-prettier": "^6.10.0",
    "eslint-plugin-nuxt": ">=0.4.2",
    "eslint-plugin-prettier": "^3.1.2",
    "prettier": "^2.0.5",
    "vue-template-compiler": "^2.6.11",
    "webpack": "^4.43.0"
  }
@gotenxds
Copy link

gotenxds commented Aug 1, 2020

Same here, this happens in 0.6.1, works correctly in 0.6.0

@nelsonlarocca
Copy link

nelsonlarocca commented Apr 10, 2021

happens to me too, check the files out and add the content needed to the eslint config file

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

3 participants