Skip to content

Instantly share code, notes, and snippets.

@sam-github
Last active December 28, 2015 16:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sam-github/7532612 to your computer and use it in GitHub Desktop.
Save sam-github/7532612 to your computer and use it in GitHub Desktop.
npmjs.org 404ing on a package tarball
sam@samtu:~/w/sn/slc (release/2.0.0 *% u=) % npm install -g strong-slc
npm http GET https://registry.npmjs.org/strong-slc
npm http 304 https://registry.npmjs.org/strong-slc
npm http GET https://registry.npmjs.org/strong-slc/-/strong-slc-2.0.0.tgz
npm http 404 https://registry.npmjs.org/strong-slc/-/strong-slc-2.0.0.tgz
npm ERR! fetch failed https://registry.npmjs.org/strong-slc/-/strong-slc-2.0.0.tgz
npm ERR! Error: 404 Not Found
npm ERR! at WriteStream.<anonymous> (/usr/local/stow/node/lib/node_modules/npm/lib/utils/fetch.js:57:12)
npm ERR! at WriteStream.EventEmitter.emit (events.js:117:20)
npm ERR! at fs.js:1596:14
npm ERR! at /usr/local/stow/node/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js:103:5
npm ERR! at Object.oncomplete (fs.js:107:15)
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 Linux 3.11.0-13-generic
npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install" "-g" "strong-slc"
npm ERR! cwd /home/sam/w/sn/slc
npm ERR! node -v v0.10.21
npm ERR! npm -v 1.3.11
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/sam/w/sn/slc/npm-debug.log
npm ERR! not ok code 0
sam@samtu:~/w/sn/slc (release/2.0.0 *% u=) % npm --registry http://registry.npmjs.eu/ install -g strong-slc
npm http GET http://registry.npmjs.eu/strong-slc
npm http 200 http://registry.npmjs.eu/strong-slc
npm http GET http://registry.npmjs.org/strong-slc/-/strong-slc-2.0.0.tgz
npm http 404 http://registry.npmjs.org/strong-slc/-/strong-slc-2.0.0.tgz
npm ERR! fetch failed http://registry.npmjs.org/strong-slc/-/strong-slc-2.0.0.tgz
npm ERR! Error: 404 Not Found
npm ERR! at WriteStream.<anonymous> (/usr/local/stow/node/lib/node_modules/npm/lib/utils/fetch.js:57:12)
npm ERR! at WriteStream.EventEmitter.emit (events.js:117:20)
npm ERR! at fs.js:1596:14
npm ERR! at /usr/local/stow/node/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js:103:5
npm ERR! at Object.oncomplete (fs.js:107:15)
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 Linux 3.11.0-13-generic
npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "--registry" "http://registry.npmjs.eu/" "install" "-g" "strong-slc"
npm ERR! cwd /home/sam/w/sn/slc
npm ERR! node -v v0.10.21
npm ERR! npm -v 1.3.11
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/sam/w/sn/slc/npm-debug.log
npm ERR! not ok code 0
sam@samtu:~/w/sn/slc (release/2.0.0 % u=) % npm publish -f
npm WARN using --force I sure hope you know what you are doing.
npm http PUT https://registry.npmjs.org/strong-slc
npm http 409 https://registry.npmjs.org/strong-slc
npm http GET https://registry.npmjs.org/strong-slc
npm http 200 https://registry.npmjs.org/strong-slc
npm WARN publish Forced publish over strong-slc@2.0.0
npm http GET https://registry.npmjs.org/strong-slc
npm http DELETE https://registry.npmjs.org/strong-slc/-rev/2-af816da03433d60df82e2223244326eb
npm http 200 https://registry.npmjs.org/strong-slc/-rev/2-af816da03433d60df82e2223244326eb
- strong-slc@2.0.0
npm http 200 https://registry.npmjs.org/strong-slc
npm http PUT https://registry.npmjs.org/strong-slc
npm http 409 https://registry.npmjs.org/strong-slc
npm http GET https://registry.npmjs.org/strong-slc
npm http 200 https://registry.npmjs.org/strong-slc
npm http PUT https://registry.npmjs.org/strong-slc/-/strong-slc-2.0.0.tgz/-rev/2-76630b441b63cc7aed76fd9dcfbc82c5
npm http 201 https://registry.npmjs.org/strong-slc/-/strong-slc-2.0.0.tgz/-rev/2-76630b441b63cc7aed76fd9dcfbc82c5
npm http PUT https://registry.npmjs.org/strong-slc/2.0.0/-tag/latest
npm http 409 https://registry.npmjs.org/strong-slc/2.0.0/-tag/latest
npm ERR! publish fail Cannot publish over existing version.
npm ERR! publish fail Update the 'version' field in package.json and try again.
npm ERR! publish fail
npm ERR! publish fail If the previous version was published in error, see:
npm ERR! publish fail npm help unpublish
npm ERR! publish fail
npm ERR! publish fail To automatically increment version numbers, see:
npm ERR! publish fail npm help version
npm ERR! System Linux 3.11.0-13-generic
npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "publish" "-f"
npm ERR! cwd /home/sam/w/sn/slc
npm ERR! node -v v0.10.21
npm ERR! npm -v 1.3.11
npm ERR! code EPUBLISHCONFLICT
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/sam/w/sn/slc/npm-debug.log
npm ERR! not ok code 0
sam@samtu:~/w/sn/slc (release/2.0.0 *% u=) % npm publish
npm http PUT https://registry.npmjs.org/strong-slc
npm http 409 https://registry.npmjs.org/strong-slc
npm http GET https://registry.npmjs.org/strong-slc
npm http 200 https://registry.npmjs.org/strong-slc
npm http PUT https://registry.npmjs.org/strong-slc/-/strong-slc-2.0.1.tgz/-rev/3-fb900ddc12d1b15cde632c4387a48203
npm http 201 https://registry.npmjs.org/strong-slc/-/strong-slc-2.0.1.tgz/-rev/3-fb900ddc12d1b15cde632c4387a48203
npm http PUT https://registry.npmjs.org/strong-slc/2.0.1/-tag/latest
npm http 201 https://registry.npmjs.org/strong-slc/2.0.1/-tag/latest
+ strong-slc@2.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment