npm安装git上的包
Posted jay-
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了npm安装git上的包相关的知识,希望对你有一定的参考价值。
package.json
Git urls can be of the form:
git://github.com/user/project.git#commit-ish
git+ssh://[email protected]:project.git#commit-ish
git+http://[email protected]/project/blah.git#commit-ish
git+https://[email protected]/project/blah.git#commit-ish
The commit-ish
can be any tag, sha, or branch which can be supplied as an argument to git checkout
. The default is master
.
解读各个内容:
以上是关于npm安装git上的包的主要内容,如果未能解决你的问题,请参考以下文章