安装ungit失败

时间:2014-09-08 15:42:49

标签: node.js git ungit

使用NPM安装git时遇到一些错误。查看此日志。我在Win7 Pro x64上。

npm ERR! Error: ENOENT, chmod 'C:\Users\user\AppData\Roaming\npm\node_modules\ungit\node_modules\express\node_modules\accepts\node_modules\negotiator\lib\charset.js'
npm ERR! If you need help, you may report this *entire* log,
npm ERR! including the npm and node versions, at:
npm ERR!     <http://github.com/npm/npm/issues>

npm ERR! System Windows_NT 6.1.7601
npm ERR! command "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "-g" "ungit"
npm ERR! cwd Z:\save\Personnel\user\test_git
npm ERR! node -v v0.10.26
npm ERR! npm -v 1.4.3
npm ERR! path C:\Users\user\AppData\Roaming\npm\node_modules\ungit\node_modules\express\node_modules\accepts\node_modules\negotiator\lib\charset.js
npm ERR! fstream_path C:\Users\user\AppData\Roaming\npm\node_modules\ungit\node_modules\express\node_modules\accepts\node_modules\negotiator\lib\charset.js
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! fstream_finish_call chmod
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! fstream_stack C:\Program Files\nodejs\node_modules\npm\node_modules\fstream\lib\writer.js:305:19
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15)

有什么想法吗?

0 个答案:

没有答案