0
点赞
收藏
分享

微信扫一扫

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


解决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 安装私有库 401 Unauthorized GET_私有库_02

然后再次使用

npm install [--legacy-peer-deps]


举报

相关推荐

0 条评论