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?
Solution:Jump to 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....
2 Replies
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.
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.