vercel / next.js

The React Framework
https://nextjs.org
MIT License
122.96k stars 26.27k forks source link

Failed to load plugin '@next/next declared in '--config >> eslint-config-next/core-web-vitals #65128

Open EvgeniyBudaev opened 2 months ago

EvgeniyBudaev commented 2 months ago

Link to the code that reproduces this issue

https://github.com/EvgeniyBudaev/base-docker-go-next/tree/main/web

To Reproduce

1) npx create-next-app@latest 2) go to page.tsx Screenshot209

Current vs. Expected behavior

Current behavior: eslint error Expected behavior: No eslint error

Provide environment information

Operating System:
  Platform: linux
  Arch: x64
  Version: #29~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Thu Apr  4 14:39:20 UTC 2
  Available memory (MB): 31375
  Available CPU cores: 16
Binaries:
  Node: 21.7.3
  npm: 10.5.0
  Yarn: N/A
  pnpm: N/A
Relevant Packages:
  next: 14.2.3 // Latest available version is detected (14.2.3).
  eslint-config-next: 14.2.3
  react: 18.3.1
  react-dom: 18.3.1
  typescript: 5.4.5
Next.js Config:
  output: N/A

Which area(s) are affected? (Select all that apply)

Linting

Which stage(s) are affected? (Select all that apply)

next dev (local)

Additional context

No response

bilalmohib commented 2 months ago

I am not facing it by the way. I think you must check your visual studio environment.