Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-23817] CLI: Update upper limit for node version in vendorDependencies

GitHub Issuen/a
TypeImprovement
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2016-09-07T22:43:14.000+0000
Affected Version/sRelease 6.0.0, Release 6.1.0
Fix Version/sRelease 6.0.0
ComponentsCLI
Labelsqe-6.0.0
ReporterEwan Harris
AssigneeFeon Sua Xin Miao
Created2016-08-24T17:37:18.000+0000
Updated2018-08-06T17:49:33.000+0000

Description

Description

As per Chris on flowdock, 5.x has ben EOL'd, we should not tell a user to install it, like below when running SDK 6.0.0 or 6.1.0 with Node 0.12.7
ERROR] Titanium SDK 6.0.0.v20160823163945 is incompatible with Node.js v0.12.7

You will need to install Node.js v5 in order to use this version of the Titanium SDK.
cbarber
@team, io.js (all versions) and Node.js 5.x has been end of life'd today... only Node.js 4.x and 6.x is supported and will receive fixes/backports

Steps to reproduce

Install Node 0.12.7 and either a 6_0_X or master branch SDK

Try to run a titanium command such as appc ti info

Actual result

The command will error as you are using a version lower than supported, you are told to install v5

Expected result

The command will error as you are using a version lower than supported, you should be told to install a supported version of Node

Comments

  1. Feon Sua Xin Miao 2016-08-31

    master: https://github.com/appcelerator/titanium_mobile/pull/8294 6_0_X: https://github.com/appcelerator/titanium_mobile/pull/8295
  2. Lee Morris 2016-09-27

    Verified that the error message has been updated from telling the user they need to install Node.js v5 to telling the user that they need to install Node.js v6 in order to use this version of the Titanium SDK.
  3. Eric Merriman 2018-08-06

    Cleaning up older fixed issues. If this issue should not have been closed as fixed, please reopen.

JSON Source