I'm currently using "next": "16.1.1", "nodemailer": "^7.0.12","react-icons": "^5.5.0", and
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.1.1",
"tailwindcss": "^4",
"tw-animate-css": "^1.4.0",
"typescript": "^5"
}
I'm getting types errors all over the project, I tried install the type as dev dependencies for example pnpm --save-dev @types/nodemailers the return is Command "@types/nodemailer" not found and is the same for react icons library, same thing happens with others libraries like next-intl and next-international
Help