[ALOY-1492] Fix no such file or directory when doing "alloy new"
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2016-04-20T18:56:24.000+0000 |
Affected Version/s | alloy 1.8.6 |
Fix Version/s | alloy 1.8.5, alloy 1.8.7 |
Components | Tooling |
Labels | n/a |
Reporter | Feon Sua Xin Miao |
Assignee | Feon Sua Xin Miao |
Created | 2016-04-20T18:33:56.000+0000 |
Updated | 2016-04-20T21:28:03.000+0000 |
Description
When creating a new alloy project, the creation process should be more careful when platform template folder doesn't not exist.
Reproduce Step
appc new
titanium app
Expected Output
The app should be created with no error.Actual Output
Error: ENOENT: no such file or directory
Master: https://github.com/appcelerator/alloy/pull/786 1_8_X: https://github.com/appcelerator/alloy/pull/785
Closing ticket as fixed. Verified that I was able to create an Alloy project with
appc new
. Tested on: Appc CLI NPM: 4.2.5-3 Appc CLI Core: 5.3.0-26 Alloy: 1.8.7 Arrow: 1.7.31 SDK: 5.3.0.v20160420090405 Node: v4.4.0 OS: El Capitan (10.11.4)