CentOS+Nexus搭建npm私有仓库并推送代码
Posted 编程圈子
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS+Nexus搭建npm私有仓库并推送代码相关的知识,希望对你有一定的参考价值。
CentOS+Nexus搭建npm私有仓库
一、准备环境
- CentOS7
- Nexus 3.17.0-01
二、创建仓库过程
1. 创建 npm-proxy 代理仓库
2. 创建 npm-hosted 库
3. 创建 group 库(结合上面两种库合并使用)
4. 添加认证
三、npm 推送仓库
npm config set registry http://next地址/repository/3rd-npm-hosted/
npm login --registry=http://nexus地址/repository/3rd-npm-hosted/
Username: 你的nexus账号
Password: 你的nexus密码
npm publish
以上是关于CentOS+Nexus搭建npm私有仓库并推送代码的主要内容,如果未能解决你的问题,请参考以下文章