Closed EuanMorgan closed 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..
@acme/validators is not in the npm registry, or you have no permission to fetch it.
Turning link-workspace-packages back on resolves this
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