You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Tim Oxley (JIRA)" <ji...@apache.org> on 2014/01/09 10:43:51 UTC

[jira] [Created] (CB-5750) Please republish 3.3.0-0.1.0

Tim Oxley created CB-5750:
-----------------------------

             Summary: Please republish 3.3.0-0.1.0
                 Key: CB-5750
                 URL: https://issues.apache.org/jira/browse/CB-5750
             Project: Apache Cordova
          Issue Type: Bug
    Affects Versions: 3.3.0
            Reporter: Tim Oxley
            Priority: Minor


Trying to `npm install -g cordova@3.3.0-0.1.0` fails. output logged below.

Likely this is because npm's servers had some issues recently which broke `npm publish`. Please republish or unpublish 3.3.0-0.1.0 from npm.

Original issue on github: https://github.com/npm/npm/issues/4311

npm install -g cordova@3.3.0-0.1.0
info trying registry request attempt 1 at 17:30:46
http GET https://registry.npmjs.org/cordova/3.3.0-0.1.0
http 304 https://registry.npmjs.org/cordova/3.3.0-0.1.0
npm http GET https://registry.npmjs.org/cordova/-/cordova-3.3.0-0.1.0.tgz
npm http 404 https://registry.npmjs.org/cordova/-/cordova-3.3.0-0.1.0.tgz
npm ERR! fetch failed https://registry.npmjs.org/cordova/-/cordova-3.3.0-0.1.0.tgz
npm ERR! Error: 404 Not Found
npm ERR!     at WriteStream.<anonymous> (/usr/local/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/lib/node_modules/npm/node_modules/npm-registry-client/node_modules/graceful-fs/graceful-fs.js:103:5
npm ERR!     at /usr/local/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 *entire* log,
npm ERR! including the npm and node versions, at:
npm ERR!     <http://github.com/isaacs/npm/issues>

npm ERR! System Darwin 13.0.0
npm ERR! command "node" "/usr/local/bin/npm" "install" "-g" "cordova@3.3.0-0.1.0"
npm ERR! cwd /Users/timoxley/Projects/test/npminit
npm ERR! node -v v0.10.24
npm ERR! npm -v 1.3.23
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR!     /Users/timoxley/Projects/test/npminit/npm-debug.log
npm ERR! not ok code 0
 
Wow, JIRA is truly awful.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)