I'm getting 408 in PUT step of 'npm publish' which then causes npm to try and parse the timeout response as JSON
http PUT https://registry.npmjs.org/quant/-/quant-0.0.1.tgz/-rev/2-88ebe993775...
http 408 https://registry.npmjs.org/quant/-/quant-0.0.1.tgz/-rev/2-88ebe993775...
verbose bad json <html><title>Request timeout</title><body><h1>Request timeout</h1></body></html>
ERR! registry error parsing json
verbose attach 3 [ [SyntaxError: Unexpected token <
verbose attach 3 <html><title>Request timeout</title><body><h1>Request timeout</h1></body></html>],
verbose attach 3 'quant',
verbose attach 3 undefined,
verbose attach 3 'quant-0.0.1-null.tgz' ]
as far as I'm aware I've create a user in the registry and created appropriate package.json as per all docs I've read.
Any suggestions? or is server just busy?
Andrew