Next.js Discord

Discord Forum

maxListnersExceeding warning | pnpm

Unanswered
Naeemgg posted this in #help-forum
Open in Discord
while installing dependencies removing one or upgrading I'm getting these warnings in terminal (shown in attached image)
I want to know what are the possible causes of this and how can it be fixed.
Thank you

1 Reply

these are my dependencies if it helps:
 "dependencies": {
    "@nextui-org/react": "^2.2.9",
    "@wits/next-themes": "^0.2.16",
    "framer-motion": "^11.0.6",
    "next": "^14.1.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "socket.io-client": "^4.7.4"
  },
  "devDependencies": {
    "@types/node": "^20.11.20",
    "@types/react": "^18.2.59",
    "@types/react-dom": "^18.2.19",
    "autoprefixer": "^10.4.17",
    "eslint": "^8.57.0",
    "eslint-config-next": "^14.1.0",
    "postcss": "^8.4.35",
    "tailwindcss": "^3.4.1",
    "typescript": "^5.3.3"
  }