[TIMOB-28132] CLI: Cannot read property 'match' of undefined when installing an from a local zip file
GitHub Issue | n/a |
Type | Bug |
Priority | None |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2020-09-28T17:52:21.000+0000 |
Affected Version/s | titanium 5.2.3 |
Fix Version/s | titanium 5.2.5 |
Components | CLI |
Labels | n/a |
Reporter | Ewan Harris |
Assignee | Ewan Harris |
Created | 2020-09-14T17:13:58.000+0000 |
Updated | 2020-09-28T17:52:21.000+0000 |
Description
Description
Installing an sdk from a local zip currently fails with Cannot read property 'match' of undefined
As the entryName shape changed when we moved to yauzl the version lookup in the sdk command need to change
Steps to reproduce
1. Run appc ti sdk install <local zip>
Actual
Cannot read property 'match' of undefined
Expected
Installs fine
Comments
JSON Source
PR: https://github.com/appcelerator/titanium/pull/361 Will be picked up automatically by appc-cli and hopefully available around 30 minutes after merge