Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Can't publish packages #94

Closed
mikolalysenko opened this issue Feb 16, 2013 · 1 comment
Closed

Can't publish packages #94

mikolalysenko opened this issue Feb 16, 2013 · 1 comment

Comments

@mikolalysenko
Copy link

Hope this isn't a duplicate, but I posted the same issue to npm-www. Every time I try to do npm publish, I get an error along the following lines:

npm http PUT https://registry.npmjs.org/fuse-vertices
npm http 500 https://registry.npmjs.org/fuse-vertices
npm http PUT https://registry.npmjs.org/fuse-vertices
npm http 500 https://registry.npmjs.org/fuse-vertices
npm http PUT https://registry.npmjs.org/fuse-vertices
npm http 500 https://registry.npmjs.org/fuse-vertices
npm ERR! publish Failed PUT response 500
npm ERR! Error: case_clause {[]}: fuse-vertices
npm ERR!     at RegClient.<anonymous> (/opt/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:268:14)
npm ERR!     at Request.init.self.callback (/opt/local/lib/node_modules/npm/node_modules/request/main.js:120:22)
npm ERR!     at Request.EventEmitter.emit (events.js:99:17)
npm ERR!     at Request.<anonymous> (/opt/local/lib/node_modules/npm/node_modules/request/main.js:648:16)
npm ERR!     at Request.EventEmitter.emit (events.js:126:20)
npm ERR!     at IncomingMessage.Request.start.self.req.self.httpModule.request.buffer (/opt/local/lib/node_modules/npm/node_modules/request/main.js:610:14)
npm ERR!     at IncomingMessage.EventEmitter.emit (events.js:126:20)
npm ERR!     at IncomingMessage._emitEnd (http.js:366:10)
npm ERR!     at HTTPParser.parserOnMessageComplete [as onMessageComplete] (http.js:149:23)
npm ERR!     at CleartextStream.socketOnData [as ondata] (http.js:1447:20)
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 12.2.1
npm ERR! command "node" "/opt/local/bin/npm" "publish"
npm ERR! cwd /Users/mikolalysenko/GitHub/fuse-vertices
npm ERR! node -v v0.8.18
npm ERR! npm -v 1.2.11
npm ERR! 
npm ERR! Additional logging details can be found in:
npm ERR!     /Users/mikolalysenko/GitHub/fuse-vertices/npm-debug.log
npm ERR! not ok code 0

Judging by the state of the front page, it has been broken like this since the last commit (about 15 hours ago). Can you roll back the changes to fix it?

@falsecz
Copy link

falsecz commented Feb 16, 2013

I've found typo in 221c45d

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants