-
|
Hi, Made a repository and related npm package public. On npm install there’s a 401 error. The npmrc has the organisation. Why is this happening if the repository and npm package is public? |
Beta Was this translation helpful? Give feedback.
Answered by
punkbit
Jul 12, 2021
Replies: 1 comment 4 replies
-
|
Github registry requires the user to be authenticated to Github using a private token via npm login with |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Github registry requires the user to be authenticated to Github using a private token via npm login with
repoandread:packagescopes, even for installing public packages.