You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Reid Holmes (JIRA)" <ji...@apache.org> on 2013/02/19 20:09:12 UTC

[jira] [Commented] (CB-2460) npm install -g cordova currently failing

    [ https://issues.apache.org/jira/browse/CB-2460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13581531#comment-13581531 ] 

Reid Holmes commented on CB-2460:
---------------------------------

Sorry about the report. Turns out that upgrading git (from 1.6.4 to 1.8.1) fixed this.
                
> npm install -g cordova currently failing
> ----------------------------------------
>
>                 Key: CB-2460
>                 URL: https://issues.apache.org/jira/browse/CB-2460
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: CLI
>    Affects Versions: 2.4.0
>         Environment: npm version
> { http_parser: '1.0',
>   node: '0.8.20',
>   v8: '3.11.10.25',
>   ares: '1.7.5-DEV',
>   uv: '0.8',
>   zlib: '1.2.3',
>   openssl: '1.0.0f',
>   npm: '1.2.11' }
> }
> On OS X
>            Reporter: Reid Holmes
>            Assignee: Filip Maj
>            Priority: Blocker
>              Labels: cli, install
>
> Trying to install CLI is currently failing:
> > npm install -g cordova
> ...
> npm ERR! git clone https://github.com/imhotep/plugman.git Initialized empty Git repository in /Users/rtholmes/.npm/_git-remotes/https-github-com-imhotep-plugman-git-53ffd39d/
> npm ERR! git clone https://github.com/imhotep/plugman.git 
> npm ERR! git clone https://github.com/imhotep/plugman.git error: The requested URL returned error: 403 while accessing https://github.com/imhotep/plugman.git/info/refs
> npm ERR! git clone https://github.com/imhotep/plugman.git 
> npm ERR! git clone https://github.com/imhotep/plugman.git fatal: HTTP request failed
> npm ERR! Error: `git "clone" "--mirror" "https://github.com/imhotep/plugman.git" "/Users/rtholmes/.npm/_git-remotes/https-github-com-imhotep-plugman-git-53ffd39d"` failed with 128
> npm ERR!     at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/exec.js:56:20)
> npm ERR!     at ChildProcess.EventEmitter.emit (events.js:99:17)
> npm ERR!     at maybeClose (child_process.js:638:16)
> npm ERR!     at Socket.ChildProcess.spawn.stdin (child_process.js:815:11)
> npm ERR!     at Socket.EventEmitter.emit (events.js:96:17)
> npm ERR!     at Socket._destroy.destroyed (net.js:358:10)
> npm ERR!     at process.startup.processNextTick.process._tickCallback (node.js:244:9)
> 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!     <np...@googlegroups.com>
> npm ERR! System Darwin 12.2.0
> npm ERR! command "node" "/usr/local/bin/npm" "install" "-g" "cordova"
> npm ERR! cwd /Users/rtholmes
> npm ERR! node -v v0.8.20
> npm ERR! npm -v 1.2.11
> npm ERR! git clone https://github.com/filmaj/node-plist.git Initialized empty Git repository in /Users/rtholmes/.npm/_git-remotes/https-github-com-filmaj-node-plist-git-67b7152f/
> npm ERR! git clone https://github.com/filmaj/node-plist.git 
> npm ERR! git clone https://github.com/filmaj/node-plist.git error: The requested URL returned error: 403 while accessing https://github.com/filmaj/node-plist.git/info/refs
> npm ERR! git clone https://github.com/filmaj/node-plist.git 
> npm ERR! git clone https://github.com/filmaj/node-plist.git fatal: HTTP request failed
> ...
> npm ERR! not ok code 0

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira