3
lopu
5y

WTF
npm ERR! publish Failed PUT 403
npm ERR! code E403
npm ERR! You cannot publish over the previously published versions: 1.1.69. : weschemajs

npm ERR! A complete log of this run can be found in:
npm ERR! /Users/lopu/.npm/_logs/2018-09-29T11_20_28_594Z-debug.log

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! wepublish@0.0.211 run: `./src/index.sh`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the wepublish@0.0.211 run script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! /Users/lopu/.npm/_logs/2018-09-29T11_20_28_638Z-debug.log
lopu@lopu-pro:~/Dropbox/git/weyoume/wepublish/dev-wepublish$ npm view weschemajs version
1.1.63
lopu@lopu-pro:~/Dropbox/git/weyoume/wepublish/dev-wepublish$ npm view weschemajs version
1.1.63

Comments
  • 1
    Maybe the error is to use npm?
  • 2
    Looks like it's time to cat /Users/lopu/.npm/_logs/2018-09-29T11_20_28_594Z-debug.log
  • 1
  • 1
    @stereohisteria lmao but npm has usually been great, can you publish with yarn?? one time I had this building bug for 2 weeks and it was because the repo required yarn use and not npm fml
  • 1
    @dontPanic the npm version number is less than the version number I'm trying to publish..... broken
  • 0
    @inaba fk cat: /Users/lopu/.npm/_logs/2018-09-29T11_20_28_638Z-debug.log: No such file or directory
Add Comment