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?
No description
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....
Jump to solution
2 Replies
Solution
Max
Max9mo ago
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.
Max
MaxOP9mo ago
My git didnt detect that my package lock had changed so try committing your code without any package locks. And then pnpm install and commit again.

Did you find this page helpful?