T3-Turbo Installing Expo Packages Error
Hey, when I try to add packages or update packages to my expo app in create-t3-turbo it tries running random npm commands...
5 Replies
if I add
--npm
it works until i want to try add a library with and @
when dealing with expo install, I just cd into the actual expo app dir, and run the cmd there
yea i am running it in
apps/expo
and i am getting these weird bugs
its almost like npm is doing it in root?what if you just run
npm install <package> --workspace=<workspace>
? Or do you NEED to run expo install
?
I am using turborepo, and doing the same as you, odd
I use pnpm thoyea ive switched to pnpm and its working fine
weird
i think expo was trying to use yarn which was causing conflicts