Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-25176] CLI: SDK 7 broken on node 4

GitHub Issuen/a
TypeBug
PriorityNone
StatusClosed
ResolutionFixed
Resolution Date2017-08-16T13:30:04.000+0000
Affected Version/sRelease 7.0.0
Fix Version/sRelease 7.0.0
Componentsn/a
Labelsn/a
ReporterEwan Harris
AssigneeEwan Harris
Created2017-08-16T11:13:05.000+0000
Updated2017-11-15T08:06:50.000+0000

Description

Description

We're using const in files that don't have 'use strict', node 4 doesn't like this, if we want node 4 support then we need to add it. If we wont fix we need to update all the Windows jenkins slaves to >=6 as this is currently breaking all Windows builds https://jenkins.appcelerator.org/blue/organizations/jenkins/titanium-sdk%2Ftitanium_mobile_windows/detail/PR-1073/2/pipeline/38/

Comments

  1. Ewan Harris 2017-08-16

    https://github.com/appcelerator/titanium_mobile/pull/9322
  2. Christopher Williams 2017-08-16

    I also enabled the eslint rule for 'use strict' on titanium_mobile master branch, and set it to be ES6/script (the base config is ES2017 and module). Then I fixed the few remaining files that didn't have 'use strict' at top.
  3. Abir Mukherjee 2017-11-15

    Closing ticket as Release 7.0.0 requires minimum of node 8.X

JSON Source