使用 yarn 或 npm 安装包时出错,`Request failed \"401 Unauthorized`
Error while installing packages using yarn or npm, `Request failed \"401 Unauthorized`
error 出现意外错误:“https://npm.pkg.github.com/download/[PACKAGE]:请求失败“401 Unauthorized”。
经过一些研究,我发现您必须 enable/check 在您的 Github 个人访问令牌中选择 read:packages
选项。
因为有些包需要启用读取包。
喜欢:Github Personal Access Token
如果您还没有设置 Github 个人访问令牌,我建议您遵循这个简单的指南:https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token
error 出现意外错误:“https://npm.pkg.github.com/download/[PACKAGE]:请求失败“401 Unauthorized”。
经过一些研究,我发现您必须 enable/check 在您的 Github 个人访问令牌中选择 read:packages
选项。
因为有些包需要启用读取包。
喜欢:Github Personal Access Token
如果您还没有设置 Github 个人访问令牌,我建议您遵循这个简单的指南:https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token