Skip to content
Discussion options

You must be logged in to vote

Take a look on this closely, @jakub-msqt :

for some reason you (also?) have [email protected] installed and your pnpm configuration uses that version for the plugin, but it needs ^4.0.0.

Try running pnpm -r why zod to make sure why you're having Zod 3 installed and change it to 4.

It's also possible that you didn't install zod@3 yourself, but for some weird reason pnpm did it for you silently.
In that case you can try setting autoInstallPeers: false (in your pnpm config)

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@jakub-msqt
Comment options

Answer selected by RobinTail
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants