Closed marcalexiei closed 6 years ago
Happens to me as well.
$ npm -v
5.5.1
Could be related to the 2 last failed travis builds?
Kicking build to see if that fixes it.
npm ERR! publish Failed PUT 403
npm ERR! Linux 4.14.12-041412-generic
npm ERR! argv "/home/travis/.nvm/versions/node/v6.14.2/bin/node" "/home/travis/.nvm/versions/node/v6.14.2/bin/npm" "publish" "--tag" "v1.0-dev"
npm ERR! node v6.14.2
npm ERR! npm v3.10.10
npm ERR! code E403
npm ERR! You cannot publish over the previously published versions: 1.0.0-build-168. : ractive
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! <https://github.com/npm/npm/issues>
npm ERR! Please include the following file with any support request:
npm ERR! /home/travis/build/ractivejs/ractive/.build/npm-debug.log
I think npm is having some sort of issue... You can see the last two builds on npmjs.org, but they're not listed in the cli show versions
. I'll try a manual publish if I don't hear back from npm soon.
We are currently investigating problems with recently published packages not showing on the npm website
Confirmed https://status.npmjs.org/
Not sure what happened to the npm registry there, but I've done a manual build to get around whatever wackiness was saying build 168 was both published and not published. Looks like travis can do its thing again now that we're beyond Schrodinger's build.
Description:
Error while installing build
0.10.4-build-1
vianpm
Yesterday I was able to install these version without any issue.
With other version all works fine. I tried:
Versions affected:
Reproduction:
NPM version:
0.10.4-build-1
as Ractive version inpackage.json
npm i
.