windows - npm install failed while installing yo jekyllrb: --get remote.origin.url returned wrong result -



windows - npm install failed while installing yo jekyllrb: --get remote.origin.url returned wrong result -

i attempting install jekyllrb using yeoman, grinds halt npm install message below. have added git path , reinstalled everything. appreciate ideas. thanks.

519 verbose etag grunt-contrib-csslint cache 520 error git clone git://github.com/gruntjs/grunt-contrib-watch.git cloning bare repository 'c:\users\james\appdata\roaming\npm-cache\_git-remotes\git-github-com-gruntjs-grunt-contrib-watch-git-19bff6d7'... 520 error git clone git://github.com/gruntjs/grunt-contrib-watch.git fatal: write error: invalid argument 521 silly lockfile 19bff6d7--gruntjs-grunt-contrib-watch-git git://github.com/gruntjs/grunt-contrib-watch.git 522 silly lockfile 19bff6d7--gruntjs-grunt-contrib-watch-git git://github.com/gruntjs/grunt-contrib-watch.git 523 http 304 https://registry.npmjs.org/grunt-svgmin 524 silly registry.get cb [ 304, 524 silly registry.get { date: 'sun, 22 jun 2014 14:23:07 gmt', 524 silly registry.get server: 'apache', 524 silly registry.get via: '1.1 varnish', 524 silly registry.get 'last-modified': 'sun, 22 jun 2014 14:23:07 gmt', 524 silly registry.get 'cache-control': 'max-age=30', 524 silly registry.get etag: '"9uky9dv2cy0otzkclenalcbdo"', 524 silly registry.get 'x-served-by': 'cache-lcy1135-lcy', 524 silly registry.get 'x-cache': 'hit', 524 silly registry.get 'x-cache-hits': '1', 524 silly registry.get 'x-timer': 's1403446987.475978,vs0,ve154', 524 silly registry.get vary: 'accept', 524 silly registry.get 'content-length': '0', 524 silly registry.get 'keep-alive': 'timeout=10, max=48', 524 silly registry.get connection: 'keep-alive' } ] 525 verbose etag grunt-svgmin cache 526 error error: command failed: cloning bare repository 'c:\users\james\appdata\roaming\npm-cache\_git-remotes\git-github-com-gruntjs-grunt-contrib-watch-git-19bff6d7'... 526 error fatal: write error: invalid argument 526 error 526 error @ childprocess.exithandler (child_process.js:647:15) 526 error @ childprocess.emit (events.js:98:17) 526 error @ maybeclose (child_process.js:755:16) 526 error @ process.childprocess._handle.onexit (child_process.js:822:5) 527 error if need help, may study *entire* log, 527 error including npm , node versions, at: 527 error <http://github.com/npm/npm/issues> 528 error scheme windows_nt 6.2.9200 529 error command "c:\\program files\\nodejs\\\\node.exe" "c:\\program files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" 530 error cwd c:\users\james\dropbox\xampp\htdocs\jrah.github.io\cv\jk 531 error node -v v0.10.29 532 error npm -v 1.4.14 533 error code 128 534 verbose exit [ 1, true ]

windows node.js jekyll yeoman

Comments

Popular posts from this blog

ruby on rails - Devise Logout Error in RoR -

model view controller - MVC Rails Planning -