Created
August 24, 2010 07:39
-
-
Save jbr/547144 to your computer and use it in GitHub Desktop.
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
$ sudo npm publish . | |
npm it worked if it ends with ok | |
npm cli [ 'publish', '.' ] | |
npm version 0.1.26 | |
npm config file /Users/jbr/.npmrc | |
npm config file /usr/local/etc/npmrc | |
npm publish [ '.' ] | |
npm packTar . /Users/jbr/.node_libraries/.npm/.cache/sibilant/0.0.5/package.tgz | |
npm exec tar "czf" "/Users/jbr/.node_libraries/.npm/.cache/sibilant/0.0.5/package.tgz" "--exclude" ".git" "-X" "/Users/jbr/.node_libraries/.npm/npm/0.1.26/package/lib/utils/default.npmignore" "sibilant" | |
npm exec tar "xzf" "/Users/jbr/.node_libraries/.npm/.cache/sibilant/0.0.5/package.tgz" "--strip-components=1" "-C" "/Users/jbr/.node_libraries/.npm/.cache/sibilant/0.0.5/package" | |
npm publish { name: 'sibilant' | |
npm publish , version: '0.0.5' | |
npm publish , keywords: [ 'lisp', 'javascript', 'language' ] | |
npm publish , description: 'javascript with a lisp' | |
npm publish , contributors: | |
npm publish { name: 'Jacob Rothstein' | |
npm publish , web: 'http://jacobrothstein.com' | |
npm publish } | |
npm publish , repositories: { type: 'git', url: 'http://github.com/jbr/sibilant' } | |
npm publish , bugs: { web: 'http://github.com/jbr/sibilant/issues' } | |
npm publish , bin: { sibilant: './bin/sibilant' } | |
npm publish , modules: | |
npm publish { repl: './lib/repl' | |
npm publish , functional: './lib/functional' | |
npm publish , import: './lib/import' | |
npm publish } | |
npm publish , main: './lib/sibilant' | |
npm publish , _id: 'sibilant-0.0.5' | |
npm publish , engines: { node: '*' } | |
npm publish , _nodeSupported: true | |
npm publish } | |
npm PUT sibilant | |
npm ! WARNING ! | |
npm ! WARNING ! Sending authorization over insecure channel. | |
npm ! WARNING ! | |
npm PUT sibilant/0.0.5 | |
npm ! WARNING ! | |
npm ! WARNING ! Sending authorization over insecure channel. | |
npm ! WARNING ! | |
npm fail Error sending version data | |
npm ! ERROR ! | |
npm ! ERROR ! Error: missing_stub id:sibilant-0.0.5, name:sibilant-0.0.4.tgz: sibilant/0.0.5 | |
npm ! ERROR ! at IncomingMessage.<anonymous> (/Users/jbr/.node_libraries/.npm/npm/0.1.26/package/lib/utils/registry/request.js:84:19) | |
npm ! ERROR ! at IncomingMessage.emit (events:43:20) | |
npm ! ERROR ! at HTTPParser.onMessageComplete (http:107:23) | |
npm ! ERROR ! at Client.ondata (http:882:22) | |
npm ! ERROR ! at IOWatcher.callback (net:494:29) | |
npm ! ERROR ! at node.js:764:9 | |
npm ! ERROR ! | |
npm failure try running: 'npm help publish' | |
npm failure Report this *entire* log at <http://github.com/isaacs/npm/issues> | |
npm failure or email it to <[email protected]> | |
npm not ok |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment