-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[Bug] Can't install GitHub registry packages #765
Comments
Configuration changed - |
Thanks for the quick reply. I added npmRegistries:
tenjojeremy:
npmAlwaysAuth: true
npmScopes:
tenjojeremy:
npmRegistryServer: "https://npm.pkg.github.com/" When I run Repo: https://github.com/tenjojeremy/Visual-Regression-Tester |
You need to authenticate to the GH registry, it doesn't support public unauthenticated access |
Well - Try |
Found the problem - in your project Yarnrc you said you have the following: npmRegistries:
tenjojeremy:
npmAlwaysAuth: true Remove it, and in npmRegistries:
"https://npm.pkg.github.com":
npmAlwaysAuth: true The key was incorrect in |
Closing in favour of #779 |
Describe the bug
Running
yarn
produces aResponse code 404 (Not Found)
errorTo Reproduce
Screenshots
Environment if relevant (please complete the following information):
The text was updated successfully, but these errors were encountered: