You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, I'm currently getting a 401 on the workspace when attempting to install private github packages. My github user does have access to these packages, how should I authorize the workspace to leverage my package read permissions?
I'd like to avoid creating .npmrc files manually on the workspace.
Would I be able to leverage codespaces or some other automatic authorization to install the private packages onto the workspace?
currently, I am syncing my github workspace to VSCode, and doing the installs there, but it (expectedly) doesn't sync the installations back to workspace.
npm error code E401
npm error 401 Unauthorized - GET https://npm.pkg.github.com/download/@example/mock-example - authentication token not provided
The text was updated successfully, but these errors were encountered:
Hi there, I'm currently getting a 401 on the workspace when attempting to install private github packages. My github user does have access to these packages, how should I authorize the workspace to leverage my package read permissions?
.npmrc
files manually on the workspace.codespaces
or some other automatic authorization to install the private packages onto the workspace?The text was updated successfully, but these errors were encountered: