Closed artemszelenov closed 2 months ago
I would suggest you try removing your node_modules
directory and pnpm.lock
file, and then try reinstalling packages. Perhaps there is something being cached with pnpm.
Check that you don't have a payload dep set to be ^3.0.0.beta-94
. Remove the ^
@tylandavis thanks, removing node_modules solved the issue
This issue has been automatically locked. Please open a new issue if this issue persists with any additional detail.
Link to reproduction
No response
Environment Info
Describe the Bug
I am getting this error:
Error: Mismatching "payload" dependency versions found: @payloadcms/ui/shared@3.0.0-beta.94 (Please change this to 3.0.0-beta.95).
but I have 95 version of ui packageReproduction Steps
Adapters and Plugins
No response