Skip to content

Cannot install package from github package registry #25680

Answered by toddself
spacefugitive asked this question in Actions
Discussion options

You must be logged in to vote

The first thing I notice is your .npmrc is set up for @Orgname but the logs you’re showing are @org/kafka-client. Can you confirm that you’re installing @Orgname/kafka-client.

The npm cli will speak to the default registry registry.npmjs.com when it doesn’t find a matching scope that is set to an alternate registry.

The second issue is because the URL you should be using is npm.pkg.github.com — using .org will definitely fail with the message you’ve got because that domain name doesn’t exist :slight_smile:

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
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
Labels
Packages Host your dependencies, libraries, and production-ready code, right from your repository Product Feedback
2 participants