Package registry not found? #180869
Replies: 3 comments 4 replies
-
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
BetaWas this translation helpful?Give feedback.
-
Yeah, this error happens a lot when using GitHub’s npm registry for the first time. The “package not found” message usually just means that npm is still looking at the public npmjs.com registry, not GitHub’s registry. Here’s the setup you need for GitHub Packages (npm): ✅ 1. Create or update your |
BetaWas this translation helpful?Give feedback.
-
Thank you so much, I’ll try that now. |
BetaWas this translation helpful?Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Bug
Body
(this is not feedback idk why it shows up as feedback) So, I'm still kinda new to GitHub and don't know much computer talk (like suepr advanced things at least). Anyway, I have been trying to publish a GitHub package and literally every time I test it out it says that it couldn't find it in the registry. Which makes sense because it's a GitHub package for npm. But GitHub is recommending me this code, and I don't know how to make it work. Here is the package: https://github.com/newgoogledrive/SqueakJS-embed-kit/pkgs/npm/squeakjs-embed-kit (I'm in GitHub codespaces by the way)

BetaWas this translation helpful?Give feedback.
All reactions