解决npm install 安装私有库 401 Unauthorized GET

Posted Harris-H

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决npm install 安装私有库 401 Unauthorized GET相关的知识,希望对你有一定的参考价值。

解决npm install 安装私有库 401 Unauthorized GET

问题

解决方法

$ npm login --scope=@OWNER --registry=https://npm.pkg.github.com

> Username: USERNAME
> Password: TOKEN
> Email: PUBLIC-EMAIL-ADDRESS

然后再次使用

npm install [--legacy-peer-deps]

以上是关于解决npm install 安装私有库 401 Unauthorized GET的主要内容,如果未能解决你的问题,请参考以下文章

从私有 gitlab 存储库中使用 npm 安装依赖项

使用 GitHub Actions 从私有 GitHub 存储库安装 npm 模块

使用来自 env 变量的令牌从私有 Github 存储库安装 NPM 包

私有 github repo 作为依赖在 npm install 上是无关的

npm 安装私有 GitHub 存储库时,GitHub Actions 引发 Git 错误

verdaccio搭建私有npm库