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
master: https://github.com/appcelerator/titanium_mobile/pull/8294 6_0_X: https://github.com/appcelerator/titanium_mobile/pull/8295
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.
Cleaning up older fixed issues. If this issue should not have been closed as fixed, please reopen.