pnpm - ERR-INVALID-THIS

Recently tried to convert my plain t3 app, into using turbo repo.
Now when i try get it to deploy to vercel it screams red at me.

Anyone have any ideas?
image.png
Solution
I found the issue, i had my pnpm package lock from the original repo still in there.

If you encounter this issue, remove all package locks. And reinstall packages. Then commit back to git.
Was this page helpful?