[
https://issues.apache.org/jira/browse/CB-9291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14631220#comment-14631220
]
ASF GitHub Bot commented on CB-9291:
------------------------------------
GitHub user vladimir-kotikov opened a pull request:
https://github.com/apache/cordova-lib/pull/264
CB-9291 Fixes Appveyor build failure
This fixes Appveyor build failure, introduced by
https://github.com/apache/cordova-js/commit/eb620e2934e2d6706e71a2f8957343935d6dcf32
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/MSOpenTech/cordova-lib CB-9291
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-lib/pull/264.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 #264
----
commit f70606247e428225fccd7a1c46a9e090dac56f33
Author: Vladimir Kotikov <[email protected]>
Date: 2015-07-17T11:18:12Z
CB-9291 Fixes Appveyor build failure
----
> Cordova NPM package does not install when Node >= 0.12.x
> --------------------------------------------------------
>
> Key: CB-9291
> URL: https://issues.apache.org/jira/browse/CB-9291
> Project: Apache Cordova
> Issue Type: Bug
> Components: CordovaJS
> Affects Versions: 4.0.0
> Environment: Windows7 x64 with NodeJS 0.12.6
> Reporter: Robert
> Assignee: Vladimir Kotikov
> Priority: Critical
>
> Hi
> I am trying to install cordova in version 5.1.1 (also tried some previous
> versions) using node 0.12.6:
> npm cache clean dep-graph
> npm install -g [email protected]
> Unfortunately, cordova-js depends on an older version of node (~0.10.x) which
> seems the reason for cordova not being installable:
> {noformat}
> >npm install -g [email protected]
> npm WARN engine [email protected]: wanted: {"node":"~0.10.x"} (current:
> {"node":"0.12.6","npm":"2.11.2"})
> npm WARN engine [email protected]: wanted: {"node":">=0.6","npm":"1"} (current:
> {"node":"0.12.6","npm":"2.11.2"})
> npm WARN engine [email protected]: wanted: {"node":"0.8.x || 0.10.x"}
> (current: {"node":"0.12.6","npm":"2.11.2"})
> npm WARN installMany normalize-package-data was bundled with [email protected], but
> bundled package wasn't found in unpacked tree
> C:\Users\robert\AppData\Roaming\npm\cordova ->
> C:\Users\robert\AppData\Roaming\npm\node_modules\cordova\bin\cordova
> [email protected] C:\Users\robert\AppData\Roaming\npm\node_modules\cordova
> ├── [email protected]
> ├── [email protected]
> ├── [email protected] ([email protected])
> └── [email protected] ([email protected], [email protected],
> [email protected], [email protected], [email protected], [email protected],
> [email protected], [email protected], [email protected], [email protected], [email protected],
> [email protected], [email protected], [email protected], [email protected],
> [email protected], [email protected], [email protected], [email protected],
> [email protected], [email protected], [email protected], [email protected],
> [email protected])
> {noformat}
> Thanks in advance.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]