You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: strip pnpm npm_config env vars before calling pkglab add
pnpm leaks npm_config_registry=https://registry.npmjs.org/ into child
processes when running scripts. This overrides the .npmrc that pkglab
writes, causing npm to resolve packages from the public registry instead
of the local pkglab registry, resulting in ETARGET errors.
0 commit comments