Skip to content

Instantly share code, notes, and snippets.

@srossross
Created February 28, 2014 23:32
Show Gist options
  • Save srossross/9282190 to your computer and use it in GitHub Desktop.
Save srossross/9282190 to your computer and use it in GitHub Desktop.
publish error npm v1.3.8
mr_chomps:express-blueprints sean$ npm publish
npm http PUT https://registry.npmjs.org/express-blueprints
npm http 503 https://registry.npmjs.org/express-blueprints
npm ERR! registry error parsing json
npm http PUT https://registry.npmjs.org/express-blueprints
^Cmr_chomps:express-blueprints sean$ npm publish
npm http PUT https://registry.npmjs.org/express-blueprints
npm http 201 https://registry.npmjs.org/express-blueprints
npm http GET https://registry.npmjs.org/express-blueprints
npm http 200 https://registry.npmjs.org/express-blueprints
npm http PUT https://registry.npmjs.org/express-blueprints/-/express-blueprints-0.0.1.tgz/-rev/14-a744a4d0de4c42e142955c14cbd3c688
npm http 403 https://registry.npmjs.org/express-blueprints/-/express-blueprints-0.0.1.tgz/-rev/14-a744a4d0de4c42e142955c14cbd3c688
npm ERR! publish Error uploading package
npm ERR! Error: login error
npm ERR! at RegClient.<anonymous> (/Users/sean/Downloads/node-v0.10.18-darwin-x64/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:82:22)
npm ERR! at CouchLogin.<anonymous> (/Users/sean/Downloads/node-v0.10.18-darwin-x64/lib/node_modules/npm/node_modules/npm-registry-client/node_modules/couch-login/couch-login.js:177:14)
npm ERR! at CouchLogin.<anonymous> (/Users/sean/Downloads/node-v0.10.18-darwin-x64/lib/node_modules/npm/node_modules/npm-registry-client/node_modules/couch-login/couch-login.js:159:46)
npm ERR! at Request.self.callback (/Users/sean/Downloads/node-v0.10.18-darwin-x64/lib/node_modules/npm/node_modules/request/index.js:148:22)
npm ERR! at Request.EventEmitter.emit (events.js:98:17)
npm ERR! at Request.<anonymous> (/Users/sean/Downloads/node-v0.10.18-darwin-x64/lib/node_modules/npm/node_modules/request/index.js:891:14)
npm ERR! at Request.EventEmitter.emit (events.js:117:20)
npm ERR! at IncomingMessage.<anonymous> (/Users/sean/Downloads/node-v0.10.18-darwin-x64/lib/node_modules/npm/node_modules/request/index.js:842:12)
npm ERR! at IncomingMessage.EventEmitter.emit (events.js:117:20)
npm ERR! at _stream_readable.js:920:16
npm ERR! If you need help, you may report this log at:
npm ERR! <http://github.com/isaacs/npm/issues>
npm ERR! or email it to:
npm ERR! <npm-@googlegroups.com>
npm ERR! System Darwin 13.0.0
npm ERR! command "/Users/sean/Downloads/node-v0.10.18-darwin-x64/bin/node" "/Users/sean/Downloads/node-v0.10.18-darwin-x64/bin/npm" "publish"
npm ERR! cwd /Users/sean/Documents/wakari/express-blueprints
npm ERR! node -v v0.10.18
npm ERR! npm -v 1.3.8
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /Users/sean/Documents/wakari/express-blueprints/npm-debug.log
npm ERR! not ok code 0
mr_chomps:express-blueprints sean$ npm --version
1.3.8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment