Created
August 8, 2014 00:29
-
-
Save bcoe/ee056baa5eee1896b3e0 to your computer and use it in GitHub Desktop.
unpublish-scoped.bash
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 info it worked if it ends with ok | |
| npm verb cli [ 'node', | |
| npm verb cli '/usr/local/bin/npm', | |
| npm verb cli 'unpublish', | |
| npm verb cli '@npm/[email protected]', | |
| npm verb cli '--verbose' ] | |
| npm info using [email protected] | |
| npm info using [email protected] | |
| npm verb gentlyRm vacuuming /Users/benjamincoe/.npm/@npm/apple/0.0.33 | |
| npm verb mapToRegistry name @npm%2fapple | |
| npm verb mapToRegistry uri http://npme.npmjs.com/@npm%2fapple | |
| info trying registry request attempt 1 at 17:28:49 | |
| http GET http://npme.npmjs.com/@npm%2fapple?write=true | |
| http 200 http://npme.npmjs.com/@npm%2fapple?write=true | |
| info trying registry request attempt 1 at 17:28:49 | |
| http PUT http://npme.npmjs.com/@npm%2fapple/-rev/15-52abef673491d6959eee68e3d451a142 | |
| http 500 http://npme.npmjs.com/@npm%2fapple/-rev/15-52abef673491d6959eee68e3d451a142 | |
| info trying registry request attempt 1 at 17:28:50 | |
| http GET http://npme.npmjs.com/@npm%2fapple | |
| http 200 http://npme.npmjs.com/@npm%2fapple | |
| info detach /@/@npm/apple/_attachments/apple-0.0.33.tgz/-rev/16-2afb204a8217d27aef2903038a5cdf0f | |
| info trying registry request attempt 1 at 17:28:50 | |
| http DELETE http://npme.npmjs.com/@/@npm/apple/_attachments/apple-0.0.33.tgz/-rev/16-2afb204a8217d27aef2903038a5cdf0f | |
| http 401 http://npme.npmjs.com/@/@npm/apple/_attachments/apple-0.0.33.tgz/-rev/16-2afb204a8217d27aef2903038a5cdf0f | |
| npm ERR! Error: Request was not authorized : @/@npm/apple/_attachments/apple-0.0.33.tgz/-rev/16-2afb204a8217d27aef2903038a5cdf0f | |
| npm ERR! at RegClient.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:313:14) | |
| npm ERR! at Request._callback (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:251:65) | |
| npm ERR! at Request.self.callback (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/node_modules/request/request.js:123:22) | |
| npm ERR! at Request.EventEmitter.emit (events.js:98:17) | |
| npm ERR! at Request.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/node_modules/request/request.js:1047:14) | |
| npm ERR! at Request.EventEmitter.emit (events.js:117:20) | |
| npm ERR! at IncomingMessage.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/node_modules/request/request.js:998:12) | |
| npm ERR! at IncomingMessage.EventEmitter.emit (events.js:117:20) | |
| npm ERR! at _stream_readable.js:920:16 | |
| npm ERR! at process._tickCallback (node.js:415:13) | |
| npm ERR! If you need help, you may report this *entire* log, | |
| npm ERR! including the npm and node versions, at: | |
| npm ERR! <http://github.com/npm/npm/issues> | |
| npm ERR! System Darwin 13.1.0 | |
| npm ERR! command "node" "/usr/local/bin/npm" "unpublish" "@npm/[email protected]" "--verbose" | |
| npm ERR! cwd /Users/benjamincoe/npm/enterprise-demo | |
| npm ERR! node -v v0.10.26 | |
| npm ERR! npm -v 1.5.0-alpha-4 | |
| npm verb exit [ 1, true ] | |
| npm ERR! | |
| npm ERR! Additional logging details can be found in: | |
| npm ERR! /Users/benjamincoe/npm/enterprise-demo/npm-debug.log | |
| npm ERR! not ok code 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment