Next.js Discord

Discord Forum

Eslint issues after updating to eslint v9

Unanswered
Naeemgg posted this in #help-forum
Open in Discord
getting the attached error after updating the packages, below is my deps:
 "dependencies": {
    "bcryptjs": "^2.4.3",
    "eslint": "^9.1.1",
    "eslint-config-next": "^14.2.3",
    "lodash.clonedeep": "^4.5.0",
    "lodash.isequal": "^4.5.0",
    "negotiator": "^0.6.3",
    "next": "^14.2.3",
    "next-auth": "^4.24.7",
    "nextjs-toploader": "^1.6.12",
    "nodemailer": "^6.9.13",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-email": "2.1.1",
    "react-hook-form": "^7.51.3",
   "typescript": "^5.4.5",
    "uuid": "^9.0.1",
    "zod": "^3.23.4"
  },
  "devDependencies": {
    "@types/bcryptjs": "^2.4.6",
    "@types/lodash.clonedeep": "^4.5.9",
    "@types/lodash.isequal": "^4.5.8",
    "@types/negotiator": "^0.6.3",
    "@types/node": "^20.12.7",
    "@types/nodemailer": "^6.4.14",
    "@types/react": "^18.3.1",
    "@types/react-dom": "^18.3.0",
    "@types/uuid": "^9.0.8",
    "@vercel/analytics": "^1.2.2",
    "autoprefixer": "^10.4.19",
    "postcss": "^8.4.38",
    "prettier-plugin-tailwindcss": "^0.5.14",
    "prisma": "^5.13.0",
    "sharp": "^0.33.3",
    "tailwindcss": "^3.4.3"
  }

1 Reply

Pigeon Guillemot
Downgrade to v8 until Next.js is compatible with v9