Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AE41418426 for ; Thu, 5 Nov 2015 23:59:28 +0000 (UTC) Received: (qmail 80624 invoked by uid 500); 5 Nov 2015 23:59:28 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 80595 invoked by uid 500); 5 Nov 2015 23:59:28 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 80581 invoked by uid 99); 5 Nov 2015 23:59:28 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Nov 2015 23:59:28 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id A8E912C1F51 for ; Thu, 5 Nov 2015 23:59:27 +0000 (UTC) Date: Thu, 5 Nov 2015 23:59:27 +0000 (UTC) From: "Robert Baker (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CB-9954) Cordova -> NPM dependency issue MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-9954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Baker updated CB-9954: ----------------------------- Description: I'm using cordova. My system has NPM@3.3.12 on Node 4.1.2. I tried Node 5, NPM 3.3.12, NPM 3.3.6 (was working on 3.3.6 about a month ago). Was working on Node 4.1.1 Cordova-Lib has NPM@2 as a dependency, which NPM@2 gets installed under my project node_modules folder. The NPM team recommends Cordova-Lib updates the dependency to use NPM@3 ASAP. https://github.com/npm/npm/issues/10234#issuecomment-153710853 ``` async@1.5.0 .cordova\hooks\node_modules\async [12:01:32] '' errored after 2.55 s [12:01:32] ReferenceError: resolver is not defined at null._onTimeout (c:\git\pos\node_modules\npm\lib\install.js:840:7) at Timer.listOnTimeout (timers.js:92:15) [12:01:32] 'cordova:debug' errored after 40 s [12:01:32] ReferenceError: resolver is not defined at null._onTimeout (c:\git\pos\node_modules\npm\lib\install.js:840:7) at Timer.listOnTimeout (timers.js:92:15) ``` was: I'm using cordova. My system has NPM@3.3.12 and Node 5.0, but this bug is also present on Node 4.1.2 and NPM 3.3.10. Cordova-Lib has NPM@2 as a dependency, which NPM@2 gets installed under my project node_modules folder. The NPM team recommends Cordova-Lib updates the dependency to use NPM@3 ASAP. https://github.com/npm/npm/issues/10234#issuecomment-153710853 ``` async@1.5.0 .cordova\hooks\node_modules\async [12:01:32] '' errored after 2.55 s [12:01:32] ReferenceError: resolver is not defined at null._onTimeout (c:\git\pos\node_modules\npm\lib\install.js:840:7) at Timer.listOnTimeout (timers.js:92:15) [12:01:32] 'cordova:debug' errored after 40 s [12:01:32] ReferenceError: resolver is not defined at null._onTimeout (c:\git\pos\node_modules\npm\lib\install.js:840:7) at Timer.listOnTimeout (timers.js:92:15) ``` > Cordova -> NPM dependency issue > ------------------------------- > > Key: CB-9954 > URL: https://issues.apache.org/jira/browse/CB-9954 > Project: Apache Cordova > Issue Type: Bug > Components: CordovaLib > Reporter: Robert Baker > Assignee: Steve Gill > Priority: Critical > Fix For: 6.0.0 > > > I'm using cordova. My system has NPM@3.3.12 on Node 4.1.2. > I tried Node 5, NPM 3.3.12, NPM 3.3.6 (was working on 3.3.6 about a month ago). Was working on Node 4.1.1 > Cordova-Lib has NPM@2 as a dependency, which NPM@2 gets installed under my project node_modules folder. > The NPM team recommends Cordova-Lib updates the dependency to use NPM@3 ASAP. https://github.com/npm/npm/issues/10234#issuecomment-153710853 > ``` > async@1.5.0 .cordova\hooks\node_modules\async > [12:01:32] '' errored after 2.55 s > [12:01:32] ReferenceError: resolver is not defined > at null._onTimeout (c:\git\pos\node_modules\npm\lib\install.js:840:7) > at Timer.listOnTimeout (timers.js:92:15) > [12:01:32] 'cordova:debug' errored after 40 s > [12:01:32] ReferenceError: resolver is not defined > at null._onTimeout (c:\git\pos\node_modules\npm\lib\install.js:840:7) > at Timer.listOnTimeout (timers.js:92:15) > ``` -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org