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 6D7BA187D9 for ; Thu, 5 Nov 2015 15:42:28 +0000 (UTC) Received: (qmail 17687 invoked by uid 500); 5 Nov 2015 15:42:28 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 17619 invoked by uid 500); 5 Nov 2015 15:42: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 17363 invoked by uid 99); 5 Nov 2015 15:42: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 15:42:28 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D6F2A2C1F6D for ; Thu, 5 Nov 2015 15:42:27 +0000 (UTC) Date: Thu, 5 Nov 2015 15:42:27 +0000 (UTC) From: "nin jin (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-9946) Cordova build/run/emulate commands broken (nodejs 5.0) 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-9946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14991842#comment-14991842 ] nin jin commented on CB-9946: ----------------------------- NodeJS@5 uses NPM@3 that change submodules placements. Developers must not use hardcoded links to submodules - use require.resolve to locate submodule https://github.com/npm/npm/releases/tag/v3.3.6 https://nodejs.org/api/globals.html#globals_require_resolve > Cordova build/run/emulate commands broken (nodejs 5.0) > ------------------------------------------------------ > > Key: CB-9946 > URL: https://issues.apache.org/jira/browse/CB-9946 > Project: Apache Cordova > Issue Type: Bug > Components: CLI, CordovaJS > Environment: Archlinux OS (x64) > Nodejs 5.0 > NPM 3.3.10 > Cordova 5.3.3 > Reporter: Tanase Butcaru > Labels: cordova-cli, nodejs > > After upgrading to nodejs 5.0 from 4.2 I tried to run/emulate my project and nothing happend - no error messages, no logs, nothing. > I had to downgrade to 4.2 for the moment as a workaround. > 5.0 is a new stable nodejs release. > Just did some tests on a MacOS Mavericks virtual machne and the same thing happens, but this time with `build` command. > npm version 3.3.12. > Did not test all cordova-cli commands but I have updated/added/removed the following without issues: platform & plugins. -- 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