Skip to content
Discussion options

You must be logged in to vote

This does not look like an npm auth problem. The interesting bit is the lockfile entry for the local package. In the commit you linked, @azure-tools/mock-hub is a workspace package, but the consuming package has it recorded like this under sdk/eventhub/event-hubs:

devDependencies:
  '@azure-tools/mock-hub':
    specifier: ^1.0.0
    version: link:../mock-hub

So pnpm installed it as a local link, but the dependency specifier is still a normal semver range, not a workspace protocol range. When pnpm outdated -r checks whether ^1.0.0 is outdated, v11 appears to try the registry lookup for that package name. Since @azure-tools/mock-hub is private/local and not published, the registry request r…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@jeremymeng
Comment options

Answer selected by jeremymeng
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants