[TIMOB-15838] node-appc: version - node-appc version in CLI and SDK do not match
| GitHub Issue | n/a |
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Won't Fix |
| Resolution Date | 2014-01-08T04:08:09.000+0000 |
| Affected Version/s | Release 3.2.0 |
| Fix Version/s | Release 3.3.0 |
| Components | Release |
| Labels | qe-3.2.0, qe-closed-3.3.0 |
| Reporter | Wilson Luu |
| Assignee | Chris Barber |
| Created | 2013-11-27T18:16:23.000+0000 |
| Updated | 2014-04-28T23:54:53.000+0000 |
Description
*Details:* node-appc modules in SDK and CLI do not match.
Specifically, /node_modules/node-appc is not a beta version where as /usr/local/lib/node_modules/titanium/node_modules/node-appc is a beta version
*Step to reproduce:*
1. Get the beta CLI: sudo npm install -g titanium@3.2.0-beta
2. Get the latest 3_2_X SDK: ti sdk install -b 3_2_X -d
3. Go to /node_modules/node-appc/package.json and /usr/local/lib/node_modules/titanium/node_modules/node-appc/package.json
*Actual:* Both versions do not match (see attachments)
*Expected:* The SDK node-appc should be beta version and from the same source.
Attachments
This is a non-issue. It doesn't matter if the CLI and SDK use the same version of node-appc or not. We know we need to ship node-appc before we ship GA (and probably RC builds of the CLI/SDK and that's what we did for 3.2.0.
I tested and verified same version of nod-appc in both places, using paths provided by [~wluu] Mac osx 10.9.2 Mavericks Appcelerator Studio, build: 3.3.0.201404221437 Titanium SDK, build: 3.3.0.v20140425191906 Node.JS Version: v0.10.13 NPM Version: 1.3.2 ├── acs@1.0.14 ├── alloy@1.4.0-dev ├── npm@1.3.2 ├── titanium@3.3.0-dev └── titanium-code-processor@1.1.1-beta1