You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am using the package on a nextjs project and my react version is 18, I have installed @vime/react before and it was working fine but now that I need to reinstall my packages, this package gives me a dependency error and does not get install
*note: I don't have this problem with @vim/core it installs fine
The text was updated successfully, but these errors were encountered:
I am having the exact same problem, I am not sure if the solution I have is really cool.
I resolved it with adding the ---legacy-peer-deps flag.
or you could create a .npmrc file and add this to it legacy-peer-deps=true
Hi, I am using the package on a nextjs project and my react version is 18, I have installed @vime/react before and it was working fine but now that I need to reinstall my packages, this package gives me a dependency error and does not get install
*note: I don't have this problem with @vim/core it installs fine
The text was updated successfully, but these errors were encountered: