Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working with packages published on Github Packages Registry #1298

Open
3 tasks done
piranna opened this issue May 8, 2023 · 3 comments
Open
3 tasks done

Not working with packages published on Github Packages Registry #1298

piranna opened this issue May 8, 2023 · 3 comments

Comments

@piranna
Copy link
Contributor

piranna commented May 8, 2023

  • I have searched for similar issues
  • I am using the latest version of npm-check-updates
  • I am using node >= 14.14

Steps to Reproduce

Steps:

  1. Publish some packages on Github Packages Registry
  2. Depend on them, using a .npmrc file in the project root
  3. Update them
  4. Run npm-check-updates

Current Behavior

Packages from npmjs are correctly identified for new versions, but it says there's no new packages versions for the ones in Github Packages Registry. I have some of them published in both registries, don't know if that can affect.

Expected Behavior

Use the project .npmrc file pointing to Github Packages Registry, and detect and suggest the new versions of the packages on Github Packages Registry.

@piranna
Copy link
Contributor Author

piranna commented May 8, 2023

Ok, false positive, I didn't have a .npmrc file in that particular repo, sorry 🤦🏻 . After adding it, it worked. I have seen it in another ones, I'll left it open to check if it's the same error on my side or if I can reproduce it.

@raineorshine
Copy link
Owner

Sure! Let me know if you run into it again.

@piranna
Copy link
Contributor Author

piranna commented May 8, 2023

Sure! Let me know if you run into it again.

Will do :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants