Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BFE9517E7E for ; Thu, 7 May 2015 17:21:35 +0000 (UTC) Received: (qmail 260 invoked by uid 500); 7 May 2015 17:21:35 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 219 invoked by uid 500); 7 May 2015 17:21:35 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 207 invoked by uid 99); 7 May 2015 17:21:35 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 May 2015 17:21:35 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 988C21A2375 for ; Thu, 7 May 2015 17:21:34 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.9 X-Spam-Level: ** X-Spam-Status: No, score=2.9 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd2-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id lIk9n305vewB for ; Thu, 7 May 2015 17:21:25 +0000 (UTC) Received: from mail-ob0-f178.google.com (mail-ob0-f178.google.com [209.85.214.178]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 862ED21246 for ; Thu, 7 May 2015 17:21:25 +0000 (UTC) Received: by obblk2 with SMTP id lk2so36838222obb.0 for ; Thu, 07 May 2015 10:21:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=/PzC8AqqHhJY5Sk5H0Y++P23WDaYf3f4xMXaOz0AGjg=; b=wYfJWqSFvnnf4gNAh07XCsbwis9RNy0ajWmpGLyBqRQhXrsfXB/s/8l6AsPQHRAIzq BzRp8dCMricvHyvJx0y0wzR8WJ48Y7j0b4mgIgvq/fOD8XOUj3IftAXJxROAZBITX28h iiDMtghCJkcuqFycHlWNMvHuKhPePcC9x5QuKshhS2lH6tL4uocUHJajq+mwHAfUaeQR 96M9qVknBb5lppIt7Q4MNTG5HPDvWD3v+bJ7n10euXWZeCUZvPT4xin9Oe+pnA61/Q8M Dcyqd//Q0OfRg/q4700D2ilJ+XmSpwvgojpE0mm14avFBYHr2rz38CW3M4DTlIIEyNBj YG0A== MIME-Version: 1.0 X-Received: by 10.182.143.103 with SMTP id sd7mr3995068obb.1.1431019284713; Thu, 07 May 2015 10:21:24 -0700 (PDT) Received: by 10.76.21.201 with HTTP; Thu, 7 May 2015 10:21:24 -0700 (PDT) In-Reply-To: References: Date: Thu, 7 May 2015 10:21:24 -0700 Message-ID: Subject: Re: npm install cordova fails due to JSONStream dependency From: Jesse To: "dev@cordova.apache.org" Content-Type: multipart/alternative; boundary=e89a8ff1ce9e21d60805158124ad --e89a8ff1ce9e21d60805158124ad Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Yeah, it is browserify's dependency on JSONStream and a recent change to npm that does not like package names with capital letters. browserify has fixed it by changing their use from JSONStream to jsonstream, however we are on a much older version of browserify, and can't simply update to the most recent. Probably we just need to give npm an hour or two to work it out. @purplecabbage risingj.com On Thu, May 7, 2015 at 9:59 AM, Nikhil Khandelwal wrote: > This is breaking npm install of all recent versions of cordova: > > =CE=BB npm install cordova > npm WARN engine cordova-js@3.9.0: wanted: {"node":"~0.10.x"} (current: > {"node":"0.12.0","npm":"2.5.1"}) > npm WARN engine npm@1.3.4: wanted: {"node":">=3D0.6","npm":"1"} (current: > {"node":"0.12.0","npm":"2.5.1"}) > npm WARN engine xmlbuilder@2.2.1: wanted: {"node":"0.8.x || 0.10.x"} > (current: {"node":"0.12.0","npm":"2.5.1"}) > npm ERR! Windows_NT 6.3.9600 > npm ERR! argv "C:\\Program Files (x86)\\nodejs\\\\node.exe" "C:\\Program > Files (x86)\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "cordo= va" > npm ERR! node v0.12.0 > npm ERR! npm v2.5.1 > npm ERR! code ETARGET > > npm ERR! notarget No compatible version found: JSONStream@'>=3D1.0.3 <2.0= .0' > npm ERR! notarget Valid install targets: > npm ERR! notarget > ["0.0.0","0.1.0","0.1.1","0.1.2","0.1.3","0.2.0","0.2.1","0.2.2","0.2.3",= "0.3.0","0.3.1","0.3.2","0.3.3","0.4.0","0.4.1","0.4.2","0.4.3","0.4.4","0.= 5.0","0.6.0","0.6.1","0.6.2","0.6.3","0.6.4","0.7.0","0.7.1","0.8.0","0.7.2= ","0.7.3","0.7.4","0.8.1","0.8.2","0.8.3","0.8.4","0.9.0","0.10.0"] > npm ERR! notarget > npm ERR! notarget This is most likely not a problem with npm itself. > npm ERR! notarget In most cases you or one of your dependencies are > requesting > npm ERR! notarget a package version that doesn't exist. > > npm ERR! Please include the following file with any support request: > npm ERR! d:\apps\test\npm-debug.log > > Our browserify dependency is at the heart of the problem: > https://github.com/substack/node-browserify/issues/1249 but I don't > understand enough of npm dependency management to figure out how this can > be resolved. I'm still digging into this. > > Thanks, > Nikhil > > > --e89a8ff1ce9e21d60805158124ad--