Skip to content

Instantly share code, notes, and snippets.

@NuckChorris
Created July 16, 2012 09:29
Show Gist options
  • Select an option

  • Save NuckChorris/3121797 to your computer and use it in GitHub Desktop.

Select an option

Save NuckChorris/3121797 to your computer and use it in GitHub Desktop.
NPM Issue
lejeck@Peters-MacBook-Pro:~/Code/Artuous/BackChannel$ npm login
Username: nuck
Password:
Email: [email protected]
npm http PUT https://registry.npmjs.org/-/user/org.couchdb.user:nuck
npm http 409 https://registry.npmjs.org/-/user/org.couchdb.user:nuck
npm http GET https://registry.npmjs.org/-/user/org.couchdb.user:nuck
npm http 200 https://registry.npmjs.org/-/user/org.couchdb.user:nuck
npm http PUT https://registry.npmjs.org/-/user/org.couchdb.user:nuck/-rev/5-e4fc233d3bfd2934d302f5ef148a0096
npm http 409 https://registry.npmjs.org/-/user/org.couchdb.user:nuck/-rev/5-e4fc233d3bfd2934d302f5ef148a0096
npm ERR! Error: conflict Document update conflict.: -/user/org.couchdb.user:nuck/-rev/5-e4fc233d3bfd2934d302f5ef148a0096
npm ERR! at RegClient.<anonymous> (/Users/plejeck/nvm/v0.6.20/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:235:14)
npm ERR! at Request._callback (native)
npm ERR! at Request.callback (/Users/plejeck/nvm/v0.6.20/lib/node_modules/npm/node_modules/request/main.js:120:22)
npm ERR! at Request.<anonymous> (native)
npm ERR! at Request.emit (events.js:70:17)
npm ERR! at Request.<anonymous> (/Users/plejeck/nvm/v0.6.20/lib/node_modules/npm/node_modules/request/main.js:555:16)
npm ERR! at Request.emit (events.js:67:17)
npm ERR! at IncomingMessage.<anonymous> (/Users/plejeck/nvm/v0.6.20/lib/node_modules/npm/node_modules/request/main.js:517:14)
npm ERR! at IncomingMessage.emit (events.js:88:20)
npm ERR! at HTTPParser.parserOnMessageComplete [as onMessageComplete] (http.js:130:23)
npm ERR! [Error: conflict Document update conflict.: -/user/org.couchdb.user:nuck/-rev/5-e4fc233d3bfd2934d302f5ef148a0096]
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! System Darwin 11.4.0
npm ERR! command "node" "/Users/plejeck/nvm/v0.6.20/bin/npm" "login"
npm ERR! cwd /Users/plejeck/Code/Artuous/BackChannel
npm ERR! node -v v0.6.20
npm ERR! npm -v 1.1.37
npm ERR! message conflict Document update conflict.: -/user/org.couchdb.user:nuck/-rev/5-e4fc233d3bfd2934d302f5ef148a0096
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /Users/plejeck/Code/Artuous/BackChannel/npm-debug.log
npm ERR! not ok code undefined
npm ERR! not ok code 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment