Skip to content

Instantly share code, notes, and snippets.

@3rd-Eden
Created May 9, 2014 13:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 3rd-Eden/a7ec774a561a16ae083f to your computer and use it in GitHub Desktop.
Save 3rd-Eden/a7ec774a561a16ae083f to your computer and use it in GitHub Desktop.
npm http PUT https://registry.npmjs.org/-/user/org.couchdb.user:V1
npm http 409 https://registry.npmjs.org/-/user/org.couchdb.user:V1
npm http GET https://registry.npmjs.org/-/user/org.couchdb.user:V1?write=true
npm http 200 https://registry.npmjs.org/-/user/org.couchdb.user:V1?write=true
npm http PUT https://registry.npmjs.org/-/user/org.couchdb.user:V1/-rev/5-<rev>
npm http 403 https://registry.npmjs.org/-/user/org.couchdb.user:V1/-rev/5-<rev>
npm WARN adduser Incorrect username or password
npm WARN adduser You can reset your account by visiting:
npm WARN adduser
npm WARN adduser https://npmjs.org/forgot
npm WARN adduser
npm ERR! Error: forbidden Name must be lower-case: -/user/org.couchdb.user:V1/-rev/5-<rev>
npm ERR! at RegClient.<anonymous> (/Users/V1/.nvm/v0.10.28/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:273:14)
npm ERR! at Request._callback (/Users/V1/.nvm/v0.10.28/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:211:65)
npm ERR! at Request.self.callback (/Users/V1/.nvm/v0.10.28/lib/node_modules/npm/node_modules/request/request.js:123:22)
npm ERR! at Request.EventEmitter.emit (events.js:98:17)
npm ERR! at Request.<anonymous> (/Users/V1/.nvm/v0.10.28/lib/node_modules/npm/node_modules/request/request.js:893:14)
npm ERR! at Request.EventEmitter.emit (events.js:117:20)
npm ERR! at IncomingMessage.<anonymous> (/Users/V1/.nvm/v0.10.28/lib/node_modules/npm/node_modules/request/request.js:844:12)
npm ERR! at IncomingMessage.EventEmitter.emit (events.js:117:20)
npm ERR! at _stream_readable.js:919:16
npm ERR! at process._tickCallback (node.js:419:13)
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 Darwin 13.1.0
npm ERR! command "node" "/Users/V1/.nvm/v0.10.28/bin/npm" "login"
npm ERR! cwd /Users/V1/Projects/bigpipe/bigpipe.io
npm ERR! node -v v0.10.28
npm ERR! npm -v 1.4.10
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /Users/V1/Projects/bigpipe/bigpipe.io/npm-debug.log
npm ERR! not ok code 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment