t3-oss / create-t3-turbo

Clean and simple starter repo using the T3 Stack along with Expo React Native
https://turbo.t3.gg
MIT License
4.73k stars 408 forks source link

Enable link-workspace-packages in npmrc #1130

Closed EuanMorgan closed 3 months ago

EuanMorgan commented 3 months ago

Since pnpm v9 was released link-workspace-packages has been disabled by default. This means that if you were to run a command like:

pnpm i @acme/validators -F @acme/auth-proxy

it would fail with this error:

@acme/validators is not in the npm registry, or you have no permission to fetch it..

Turning link-workspace-packages back on resolves this