gpt4 book ai didi

ember-app-kit - 错误!未找到 : git

转载 作者:行者123 更新时间:2023-12-02 04:41:11 26 4
gpt4 key购买 nike

当我想在我的项目中复制ember-app-kit-master文件时,我执行

cmd: cd C:\Users\hp-pc\Desktop\MyApp

然后

cmd: npm install

但是我有一些错误:

npm ERR! not found: git
npm ERR!
npm ERR! Failed using git.
npm ERR! This is most likely not a problem with npm itself.
npm ERR! Please check if you have git installed and in your PATH.

npm ERR! System Windows_NT 6.2.9200
npm ERR! command "G:\\Publish\\nodeJs\\\\node.exe" "G:\\Publish\\nodeJs\\node_mo
dules\\npm\\bin\\npm-cli.js" "install"
npm ERR! cwd C:\Users\hp-pc\Desktop\MyApp
npm ERR! node -v v0.10.24
npm ERR! npm -v 1.3.9
npm ERR! code ENOGIT

这是我的 package.json 的一部分:

 "repository": {
"type": "git",
"url": "git://github.com/stefanpenner/ember-app-kit.git"
},
"devDependencies": {
"load-grunt-config": "git://github.com/Pradeek/load-grunt-config.git",
}

当我删除关于 git 的设置时,它工作正常。这是为什么?

最佳答案

您必须在计算机上安装 Git-scm。 NPM 使用 git 获取 repo 协议(protocol)。此外,命令 npm docs 可以与 github 一起使用来获取文档。所以也许 npm 检查是否安装了 got。 http://git-scm.com/downloads

关于ember-app-kit - 错误!未找到 : git,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20815940/

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