[TIMOB-11467] CLI: Unable to run command "help" on Linux
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-11-02T22:45:28.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | Release 3.0.0, 2012 Sprint 21 JS, 2012 Sprint 21 |
Components | Tooling |
Labels | qe-cli |
Reporter | Tamila Smolich |
Assignee | Chris Barber |
Created | 2012-10-13T19:12:24.000+0000 |
Updated | 2012-11-02T22:45:28.000+0000 |
Description
Description:
Unable to run command "help" by running command "titanium build -h" or "titanium build --help".
Error:
[ERROR] Error: Cannot find module '../base'
at Function.Module._resolveFilename [as _resolveFilename] (module.js:338:15)
at Function.Module._load [as _load] (module.js:280:25)
at Module.Module.require [as require] (module.js:362:17)
at require (module.js:378:17)
at Object.<anonymous> (/home/tester/.titanium/mobilesdk/linux/3.0.0.v20121012174449/node_modules/titanium-code-processor/lib/rules/do.js:39:9)
at Module.Module._compile [as _compile] (module.js:449:26)
at Object.Module._extensions..js [as .js] (module.js:467:10)
at Module.Module.load [as load] (module.js:356:32)
at Function.Module._load [as _load] (module.js:312:12)
at Module.Module.require [as require] (module.js:362:17)
[ERROR] Unable to run command "help"
Steps:
1. Run "titanium build -h" or "titanium build --help"
Actual:
[ERROR] Unable to run command "help"
Expected:
Should get help
Dupe of TIMOB-11481
Tested with SDK: 3.0.0.v20121017192538 CLI 3.0.6 Linux