gpt4 book ai didi

node.js - 从 git 安装 NPM 包时是否可以克隆 git 存储库?

转载 作者:搜寻专家 更新时间:2023-10-31 23:48:07 25 4
gpt4 key购买 nike

我有一个像这样的 package.json:

{
"name": "test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"some-module": "git+ssh://git@github.com/IonicaBizau/some-module.git"
},
"author": "",
"license": "ISC"
}

当我执行 npm install 时,一切都已正确安装,但我也想通过克隆存储库从我的存储库安装包,所以在 node_modules/some-module 我将从 GitHub 克隆一个 git 存储库。

我该怎么做?是否有内置选项,或者我应该构建自己的工具?

最佳答案

我创建了 gpm - 从 git 安装依赖项的工具。

git + npm === gpm


要安装 gpm,请执行以下操作:

npm i -g gpm

然后你可以这样做:

gpm -i some-module

这将递归地从 git 存储库安装依赖项。

关于node.js - 从 git 安装 NPM 包时是否可以克隆 git 存储库?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28813592/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com