Skip to content

Instantly share code, notes, and snippets.

@tmcw
Created October 23, 2013 16:58
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 tmcw/7122374 to your computer and use it in GitHub Desktop.
Save tmcw/7122374 to your computer and use it in GitHub Desktop.
mapbox.js➟ npm publish --force
npm WARN using --force I sure hope you know what you are doing.
npm http PUT https://registry.npmjs.org/mapbox.js
npm http 409 https://registry.npmjs.org/mapbox.js
npm http GET https://registry.npmjs.org/mapbox.js
npm http 200 https://registry.npmjs.org/mapbox.js
npm WARN publish Forced publish over mapbox.js@1.4.0
npm http GET https://registry.npmjs.org/mapbox.js
- mapbox.js@1.4.0
npm http 200 https://registry.npmjs.org/mapbox.js
npm http PUT https://registry.npmjs.org/mapbox.js
npm http 409 https://registry.npmjs.org/mapbox.js
npm http GET https://registry.npmjs.org/mapbox.js
npm http 200 https://registry.npmjs.org/mapbox.js
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 Darwin 13.0.0
npm ERR! command "/usr/local/Cellar/node/0.10.21/bin/node" "/usr/local/bin/npm" "publish" "--force"
npm ERR! cwd /Users/tmcw/src/mapbox.js
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! /Users/tmcw/src/mapbox.js/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