{ "id": "145296", "key": "TIMOB-18628", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [ { "id": "16711", "description": "Release 3.5.1", "name": "Release 3.5.1", "archived": false, "released": true, "releaseDate": "2015-03-06" }, { "id": "16593", "description": "Release 4.0.0", "name": "Release 4.0.0", "archived": false, "released": true, "releaseDate": "2015-05-21" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2015-03-04T00:10:34.000+0000", "created": "2015-03-02T19:11:00.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [ "qe-3.5.1" ], "versions": [ { "id": "16711", "description": "Release 3.5.1", "name": "Release 3.5.1", "archived": false, "released": true, "releaseDate": "2015-03-06" }, { "id": "16593", "description": "Release 4.0.0", "name": "Release 4.0.0", "archived": false, "released": true, "releaseDate": "2015-05-21" } ], "issuelinks": [ { "id": "46344", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "145299", "key": "TIMOB-18629", "fields": { "summary": "CLI: Warn if using an unsupported Node version", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "4", "description": "An improvement or enhancement to an existing feature or task.", "name": "Improvement", "subtask": false } } } }, { "id": "46346", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "144405", "key": "TIMOB-18538", "fields": { "summary": "CLI: Fix incompatibilities with Node 0.12", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "Critical", "id": "1" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2015-03-04T00:39:31.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "10202", "name": "Android", "description": "Android Platform" }, { "id": "10230", "name": "BlackBerry", "description": "BlackBerry Platform" }, { "id": "10206", "name": "iOS", "description": "iOS Platform" }, { "id": "11500", "name": "MobileWeb", "description": "Mobile Web (HTML) Platform" }, { "id": "12642", "name": "Windows", "description": "Windows authoring support" }, { "id": "13719", "name": "Windows Hybrid", "description": "Windows Hybrid platform" } ], "description": "h5.Description\r\n\r\nIn the package.json for each platform within the SDK the node version needs to be updated from\r\n\r\n{code}\r\n\"node\": \">0.8.0 <=0.10.x\",\r\n{code}\r\n \r\nto\r\n\r\n{code}\r\n\"node\": \">=0.10.0 <=0.12.x\",\r\n{code}\r\n\r\n\r\nThis needs to be done for every platform supported.\r\n\r\nh5.Steps To Reproduce\r\n\r\n1. Open finder and navigate to your SDK folder (~/Library/Application\\ Support/Titanium/)\r\n\r\n2. Open an SDK and check the package.json in each platform folder.\r\n\r\nh5.Actual Result\r\n\r\nThe node versions under vendorDependencies will be *\": \">0.8.0 <=0.10.x\",*\r\n\r\nh5.Expected Result\r\n\r\nThe node versions under vendorDependencies should be *\"node\": \">=0.10.0 <=0.12.x\",*", "attachment": [], "flagged": false, "summary": "Update the node version in vendorDependencies in the package.json", "creator": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "subtasks": [], "reporter": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "environment": "Mac OSX 10.10.2\r\nAppcelerator Studio, build: 3.4.2.201502181619\r\nTitanium SDK build: 3.5.1.v20150226105118\r\nTitanium CLI, build: 3.4.2-rc\r\nAlloy: 1.5.1\r\nNode 0.12.0", "comment": { "comments": [ { "id": "344818", "author": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Lines to fix:\r\n\r\n* https://github.com/appcelerator/titanium_mobile/blob/master/iphone/package.json#L25\r\n* https://github.com/appcelerator/titanium_mobile/blob/master/android/package.json#L28\r\n* https://github.com/appcelerator/titanium_mobile/blob/master/mobileweb/package.json#L22\r\n\r\nAlso add to the _root_ package.json:\r\n\r\nhttps://github.com/appcelerator/titanium_mobile/blob/master/package.json\r\n\r\nthe same node vendor dependency.", "updateAuthor": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2015-03-02T19:24:28.000+0000", "updated": "2015-03-02T19:45:20.000+0000" }, { "id": "344824", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "Also need to update https://github.com/appcelerator/titanium_mobile_windows/blob/master/package.json.", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2015-03-02T19:47:05.000+0000", "updated": "2015-03-02T19:47:05.000+0000" }, { "id": "344826", "author": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "body": "PR for titanium_mobile: https://github.com/appcelerator/titanium_mobile/pull/6680", "updateAuthor": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2015-03-02T19:51:16.000+0000", "updated": "2015-03-02T19:51:16.000+0000" }, { "id": "344827", "author": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "body": "PR for 3.5.x titanium_mobile: https://github.com/appcelerator/titanium_mobile/pull/6681", "updateAuthor": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2015-03-02T19:59:24.000+0000", "updated": "2015-03-02T19:59:24.000+0000" }, { "id": "344841", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "titanium_mobile_windows PR: https://github.com/appcelerator/titanium_mobile_windows/pull/149", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2015-03-02T21:53:35.000+0000", "updated": "2015-03-02T21:53:35.000+0000" }, { "id": "344993", "author": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "body": "Reopening ticket as when using an SDK from the 4_0_X branch the node version is still *>0.8.0 <=0.10.x*\r\n\r\nMac OSX 10.10.2\r\nAppcelerator Studio, build: 4.0.0.201502171827\r\nTitanium SDK build: 4.0.0.v20150227132702\r\nTitanium CLI, build: 3.5.0-dev\r\nAlloy: 1.5.1\r\nNode 0.12.0", "updateAuthor": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "created": "2015-03-03T23:11:44.000+0000", "updated": "2015-03-03T23:11:44.000+0000" }, { "id": "344998", "author": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "body": "titanium_mobile 4.0.X https://github.com/appcelerator/titanium_mobile/pull/6685", "updateAuthor": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2015-03-03T23:59:37.000+0000", "updated": "2015-03-03T23:59:37.000+0000" }, { "id": "345003", "author": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "body": "Verified fix on:\r\n\r\nMac OSX 10.10.2\r\nAppcelerator Studio, build: 4.0.0.201502171827\r\nTitanium SDK build: 3.5.1.v20150302121618, 4.0.0.v20150303161012, 4.1.0.v20150303153404\r\nTitanium CLI, build: 3.5.0-dev\r\nAlloy: 1.5.1\r\n\r\nChecked the relevant files for each SDK build, the node version in vendorDependencies is as expected. The CLI no longer gives any warnings for the SDKs.\r\n\r\nClosing ticket.", "updateAuthor": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "created": "2015-03-04T00:39:22.000+0000", "updated": "2015-03-04T00:39:22.000+0000" } ], "maxResults": 8, "total": 8, "startAt": 0 } } }