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 58AA517C15 for ; Tue, 6 Oct 2015 11:18:28 +0000 (UTC) Received: (qmail 58309 invoked by uid 500); 6 Oct 2015 11:18:28 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 58283 invoked by uid 500); 6 Oct 2015 11:18: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 58268 invoked by uid 99); 6 Oct 2015 11:18:28 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Oct 2015 11:18:28 +0000 Date: Tue, 6 Oct 2015 11:18:28 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-9712) CLI 5.3 breaks with node 3.3.3 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-9712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14944890#comment-14944890 ] ASF GitHub Bot commented on CB-9712: ------------------------------------ GitHub user daserge opened a pull request: https://github.com/apache/cordova-app-hello-world/pull/14 CB-9712 CLI 5.3 breaks with node 3.3.3 Added `index.js` so that the module can be required and resolved. [Jira issue](https://issues.apache.org/jira/browse/CB-9712) You can merge this pull request into a Git repository by running: $ git pull https://github.com/daserge/cordova-app-hello-world CB-9712 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-app-hello-world/pull/14.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #14 ---- commit bca1753d09b4d23fc59d1ed35ad4a76028d56fa8 Author: daserge Date: 2015-10-06T10:33:52Z CB-9712 CLI 5.3 breaks with node 3.3.3 Added blank index.js so that module can be required and resolved ---- > CLI 5.3 breaks with node 3.3.3 > ------------------------------ > > Key: CB-9712 > URL: https://issues.apache.org/jira/browse/CB-9712 > Project: Apache Cordova > Issue Type: Bug > Components: CLI > Affects Versions: 5.3.2 > Environment: OSX, node 0.12.7, node 4.1, npm 3.3.3 > Reporter: Mike Hartington > Assignee: Sergey Shakhnazarov > > The CLI release with node 4x breaks with npm 3. > This is due to the way npm3 flattens dependencies. > {code} > Creating a new cordova project. > Could not find directory: /usr/local/lib/node_modules/cordova/node_modules/cordova-lib/node_modules/cordova-app-hello-world > {code} -- 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