installation Error
Answered
Saltwater Crocodile posted this in #help-forum
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?
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
the
next-intl
version you are installing doesn't support Next.js 14, therefore an unmet peer dep warning is caused14 Replies
Saltwater CrocodileOP
Ans maybe someone can explain what that unmet peer error in general means
You can just search "unmet peer error" on google
the
the
next-intl
version you are installing doesn't support Next.js 14, therefore an unmet peer dep warning is causedAnswer
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
no, it happens everytime you install a new package
you are using pnpm as the package manager right?
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
that's just a warning, nothing actually breaks
Saltwater CrocodileOP
Oh okay. So that means that this isnt the problem why nextui isnt working right
Saltwater CrocodileOP
Ah shit
Alr
Ill try to find out
Rhank you
Masai Lion
02.3