Have you tried to update the npm instead of installing newer version? Try sudo npm -g update npm
On Tuesday, July 10, 2012 6:01:57 AM UTC+3, Harlan Bloom wrote: > > I am unable to use npm to install anything. I have cleared the cache > several times using "npm cache clean". > > visionmedia-express-5426eb0$ npm install > npm http GET https://registry.npmjs.org/connect/2.3.7 > npm http GET https://registry.npmjs.org/commander/0.6.1 > npm http GET https://registry.npmjs.org/range-parser/0.0.4 > npm http GET https://registry.npmjs.org/response-send/0.0.1 > npm http GET https://registry.npmjs.org/mkdirp/0.3.3 > npm http GET https://registry.npmjs.org/cookie/0.0.3 > npm http GET https://registry.npmjs.org/fresh/0.1.0 > npm http GET https://registry.npmjs.org/methods/0.0.1 > npm http GET https://registry.npmjs.org/debug > npm http GET https://registry.npmjs.org/ejs > npm http GET https://registry.npmjs.org/mocha > npm http GET https://registry.npmjs.org/jade > npm http GET https://registry.npmjs.org/hjs > npm http GET https://registry.npmjs.org/stylus > npm http GET https://registry.npmjs.org/should > npm http GET https://registry.npmjs.org/connect-redis > npm http GET https://registry.npmjs.org/github-flavored-markdown > npm http GET https://registry.npmjs.org/supertest/0.0.1 > > npm ERR! Error: failed to fetch from registry: connect/2.3.7 > npm ERR! at > /usr/local/lib/node_modules/npm/lib/utils/npm-registry-client/get.js:139:12 > npm ERR! at cb > (/usr/local/lib/node_modules/npm/lib/utils/npm-registry-client/request.js:32:9) > npm ERR! at Request._callback > (/usr/local/lib/node_modules/npm/lib/utils/npm-registry-client/request.js:137:18) > npm ERR! at Request.request.self.callback > (/usr/local/lib/node_modules/npm/node_modules/request/main.js:109:22) > npm ERR! at Request.request.self.headers.content-type > (/usr/local/lib/node_modules/npm/node_modules/request/main.js:198:58) > npm ERR! at Request.EventEmitter.emit (events.js:115:20) > npm ERR! at ClientRequest.<anonymous> > (/usr/local/lib/node_modules/npm/node_modules/request/main.js:356:14) > npm ERR! at ClientRequest.g (events.js:185:14) > npm ERR! at ClientRequest.EventEmitter.emit (events.js:88:17) > npm ERR! at HTTPParser.parserOnIncomingClient [as onIncoming] > (http.js:1445:7) > npm ERR! You may report this log at: > npm ERR! <http://github.com/isaacs/npm/issues> > npm ERR! or email it to: > npm ERR! <[email protected]> > npm ERR! > npm ERR! System Linux 2.6.38-15-server > npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install" > npm ERR! cwd > /data/home/harlan/Downloads/development/javascript/node_modules/visionmedia-express-5426eb0 > npm ERR! node -v v0.8.0 > npm ERR! npm -v 1.1.1 > npm ERR! message failed to fetch from registry: connect/2.3.7 > npm ERR! > npm ERR! Additional logging details can be found in: > npm ERR! > /data/home/harlan/Downloads/development/javascript/node_modules/visionmedia-express-5426eb0/npm-debug.log > npm not ok > > > Any ideas or suggestions? > > Thanks, > > Harlan... > -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
