Next.js Discord

Discord Forum

installation Error

Answered
Saltwater Crocodile posted this in #help-forum
Open in Discord
Avatar
Saltwater CrocodileOP
Hello Guys,

Can someone help me with this Installation Error. When running the manual installation in nextjs i get following error:

pnpm add @nextui-org/react framer-motion

 WARN  Issues with peer dependencies found
.
└─┬ next-intl 3.0.0-beta.19
└── ✕ unmet peer next@"^10.0.0 ^11.0.0 ^12.0.0 || ^13.0.0": found 14.0.4

How can i fix that?
Answered by fuma 💙 joulev
You can just search "unmet peer error" on google
the next-intl version you are installing doesn't support Next.js 14, therefore an unmet peer dep warning is caused
View full answer

14 Replies

Avatar
Saltwater CrocodileOP
Ans maybe someone can explain what that unmet peer error in general means
Avatar
You can just search "unmet peer error" on google
the next-intl version you are installing doesn't support Next.js 14, therefore an unmet peer dep warning is caused
Answer
Avatar
Saltwater CrocodileOP
But im not installing any next intö version. Im just trying to install next ui. And im already using next 14 so i dont understand why ghis error only occurs now when i try to install nextui
Avatar
no, it happens everytime you install a new package
you are using pnpm as the package manager right?
Avatar
Saltwater CrocodileOP
Yes. So does it mean. That next intl blocks the ipdate. Because next intl doesnt show any error or doesnt work. Only the nextui components dont work
Avatar
that's just a warning, nothing actually breaks
Avatar
Saltwater CrocodileOP
Oh okay. So that means that this isnt the problem why nextui isnt working right
Avatar
yes
Avatar
Saltwater CrocodileOP
Ah shit
Alr
Ill try to find out
Rhank you
Avatar
Masai Lion
02.3