[TIMOB-18115] CLI: Drop support for Node.js 0.8
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2015-03-02T23:06:02.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 4.1.0 |
Components | CLI |
Labels | n/a |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2014-12-01T21:56:11.000+0000 |
Updated | 2017-03-14T19:47:49.000+0000 |
Description
We need to drop support for Node.js 0.8. There are a number of Node dependencies that no longer support it and so we can no longer support it.
Dropping support includes:
* Updating the "engine" version in the package.json of both the Titanium CLI and node-appc.
* Update the Titanium CLI Node.js version enforcement: https://github.com/appcelerator/titanium/blob/master/lib/titanium.js#L29-L37
* Publish a new version of node-appc
* Update Titanium CLI's node-appc version
* Publish a new version of Titanium CLI
NOTE: As soon as node-appc has been updated, you can rev it and publish it.
Dupe of TIMOB-18414
Closing ticket as fixed.