claudioc / jingo

Node.js based Wiki
MIT License
1.02k stars 184 forks source link

Installation problem #44

Closed sventer closed 10 years ago

sventer commented 10 years ago

Hi

When trying to install I get the following warnings and errors.

npm WARN engine jingo@1.0.2: wanted: {"node":"0.8.x","npm":"1.1.x"} (current: {"node":"0.10.31","npm":"1.4.23"})
npm ERR! fetch failed https://registry.npmjs.org/iconv/-/iconv-2.1.4.tgz
npm ERR! Error: 400 Bad Request
npm ERR!     at WriteStream.<anonymous> (C:\Program Files\nodejs\node_modules\npm\lib\utils\fetch.js:58:12)
npm ERR!     at WriteStream.emit (events.js:117:20)
npm ERR!     at evalmachine.<anonymous>:1609:14
npm ERR!     at C:\Program Files\nodejs\node_modules\npm\node_modules\graceful-fs\graceful-fs.js:102:5
npm ERR!     at Object.oncomplete (evalmachine.<anonymous>:107:15)
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" "jingo"
npm ERR! cwd C:\Windows\system32
npm ERR! node -v v0.10.31
npm ERR! npm -v 1.4.23
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR!     C:\Windows\system32\npm-debug.log
npm ERR! not ok code 0

The command was executed in a console with admin rights. Also I could not locate the file - npm-debug.log - on my system.

claudioc commented 10 years ago

Hi,

this doesn't seem a problem related to jingo, but with the npm repository. The important part is Error: 400 Bad Request and the url is https://registry.npmjs.org/iconv/-/iconv-2.1.4.tgz

I am pretty sure that is just a temporary problem and you just need to retry.

Thank you for trying jingo :)