代码改变世界

npm 安装私有 git 包

2022-02-15 15:45  Bughra  阅读(160)  评论(0编辑  收藏  举报

安装包:

npm install git+https://gitee.com/nodejs/koatest.git

开发阶段安装master分支:

npm i git+https://username:password@git.example.com/path/reposity#master

安装tag:

npm i git+https://username:password@git.example.com/path/reposity#1.0.0