You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "nin jin (JIRA)" <ji...@apache.org> on 2015/11/05 16:43:27 UTC

[jira] [Comment Edited] (CB-9946) Cordova build/run/emulate commands broken (nodejs 5.0)

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

nin jin edited comment on CB-9946 at 11/5/15 3:43 PM:
------------------------------------------------------

NodeJS@5 uses NPM@3 that change submodules placements. Developers must not use hardcoded links to submodules - use require.resolve to locate submodule instead.

https://github.com/npm/npm/releases/tag/v3.3.6
https://nodejs.org/api/globals.html#globals_require_resolve


was (Author: ninjin):
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