Created
November 14, 2014 23:54
-
-
Save bcoe/2f7b1a35cb2817478948 to your computer and use it in GitHub Desktop.
npm-debug.log
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| npm-enterprise:enterprise-demo-2 benjamincoe$ npm publish --verbose | |
| npm info it worked if it ends with ok | |
| npm verb cli [ 'node', '/usr/local/bin/npm', 'publish', '--verbose' ] | |
| npm info using [email protected] | |
| npm info using [email protected] | |
| npm verb publish [ '.' ] | |
| npm verb cache add spec . | |
| npm verb tar pack [ '/Users/benjamincoe/.npm/@foo/blarg/1.0.18/package.tgz', | |
| npm verb tar pack '/Users/benjamincoe/os-npm/enterprise-demo-2' ] | |
| npm verb tarball /Users/benjamincoe/.npm/@foo/blarg/1.0.18/package.tgz | |
| npm verb folder /Users/benjamincoe/os-npm/enterprise-demo-2 | |
| npm info prepublish @foo/[email protected] | |
| npm verb addLocalTarball adding from inside cache /Users/benjamincoe/.npm/@foo/blarg/1.0.18/package.tgz | |
| npm verb afterAdd /Users/benjamincoe/.npm/@foo/blarg/1.0.18/package/package.json not in flight; writing | |
| npm verb afterAdd /Users/benjamincoe/.npm/@foo/blarg/1.0.18/package/package.json written | |
| npm verb publish registryBase http://127.0.0.1:8080/ | |
| npm verb request uri http://127.0.0.1:8080/@foo%2fblarg | |
| npm verb request sending authorization for write operation | |
| npm info attempt registry request try #1 at 15:49:17 | |
| npm verb request using bearer token for auth | |
| npm verb request id 2c232b931b49a267 | |
| npm http request PUT http://127.0.0.1:8080/@foo%2fblarg | |
| npm http 409 http://127.0.0.1:8080/@foo%2fblarg | |
| npm verb request invalidating /Users/benjamincoe/.npm/127.0.0.1_8080/_40foo_252fblarg on PUT | |
| npm verb request uri http://127.0.0.1:8080/@foo%2fblarg?write=true | |
| npm verb request no auth needed | |
| npm info attempt registry request try #1 at 15:49:17 | |
| npm verb request using bearer token for auth | |
| npm http request GET http://127.0.0.1:8080/@foo%2fblarg?write=true | |
| npm http 401 http://127.0.0.1:8080/@foo%2fblarg?write=true | |
| npm verb headers { 'content-type': 'application/json', | |
| npm verb headers 'content-length': '38', | |
| npm verb headers date: 'Fri, 14 Nov 2014 23:49:17 GMT', | |
| npm verb headers connection: 'keep-alive' } | |
| npm verb stack Error: Request was not authorized : @foo%2fblarg | |
| npm verb stack at CachingRegistryClient.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:234:14) | |
| npm verb stack at Request._callback (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:172:14) | |
| npm verb stack at Request.self.callback (/usr/local/lib/node_modules/npm/node_modules/request/request.js:372:22) | |
| npm verb stack at Request.EventEmitter.emit (events.js:98:17) | |
| npm verb stack at Request.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/request/request.js:1310:14) | |
| npm verb stack at Request.EventEmitter.emit (events.js:117:20) | |
| npm verb stack at IncomingMessage.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/request/request.js:1258:12) | |
| npm verb stack at IncomingMessage.EventEmitter.emit (events.js:117:20) | |
| npm verb stack at _stream_readable.js:920:16 | |
| npm verb stack at process._tickCallback (node.js:415:13) | |
| npm verb statusCode 401 | |
| npm verb pkgid @foo%2fblarg | |
| npm verb cwd /Users/benjamincoe/os-npm/enterprise-demo-2 | |
| npm ERR! Darwin 13.3.0 | |
| npm ERR! argv "node" "/usr/local/bin/npm" "publish" "--verbose" | |
| npm ERR! node v0.10.26 | |
| npm ERR! npm v2.1.8 | |
| npm ERR! code E401 | |
| npm ERR! Request was not authorized : @foo%2fblarg | |
| npm ERR! | |
| npm ERR! If you need help, you may report this error at: | |
| npm ERR! <http://github.com/npm/npm/issues> | |
| npm verb exit [ 1, true ] | |
| npm ERR! Please include the following file with any support request: | |
| npm ERR! /Users/benjamincoe/os-npm/enterprise-demo-2/npm-debug.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Iheartweb - note to self:
Forgetting to bump the version results in a "Request was not authorized" error when trying to publish.
@bcoe, you too?