PhoneGap - Visual Studio 2012入门

时间:2014-07-09 08:49:24

标签: node.js git visual-studio-2012 cordova windows-7-x64

我在Visual Studio中有完整的项目,我希望它包装到PhoneGap。我无法安装PhoneGap,当我写命令行时:npm install -g phonegap,所以我明白了:

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 "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nodeJs\\node_modules\\npm\\bin\\npm-cli.js" "install" "-g" "phonegap"
npm ERR! cwd C:\Users\Marek
npm ERR! node -v v0.10.29
npm ERR! npm -v 1.4.14
npm ERR! code ENOGIT
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! C:\Users\Marek\npm-debug.log
npm ERR! not ok code0

我在:C:\ Users \ Marek中安装了Git GUI,但仍然无效。

1 个答案:

答案 0 :(得分:2)

您必须安装git命令行版本才能执行此操作。 GUI版本(我不知道哪个版本)可能无法正常工作。从这里获取:http://git-scm.com/ 在使用npm

之前,您应该能够键入git并且不会在命令行上出错