Resolving Dependency Conflicts When Installing Relume Packages with Next.js Canary
Resolving Dependency Conflicts When Installing Relume Packages with Next.js Canary
At a glance
The community member is experiencing an issue when installing relume packages in their Next.js Canary project, which uses React 19, as relume uses React 18.2, causing dependency conflicts. Another community member suggests trying to add the "legacy peers" flag when installing the packages, but there is no explicitly marked answer.
I have an issue when installing relume packages. I'm using nextjs canary, it uses react 19, when i try to install relume i get dependency conflicts because relume uses react 18.2.Can you help me resolev this issue?