[TIMOB-26158] Windows: Build fails with ENOENT error when using transpile
GitHub Issue | n/a |
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2018-08-22T00:23:48.000+0000 |
Affected Version/s | Release 7.4.0 |
Fix Version/s | Release 7.5.0 |
Components | CLI, Windows |
Labels | regression |
Reporter | Ewan Harris |
Assignee | Ewan Harris |
Created | 2018-06-26T14:09:51.000+0000 |
Updated | 2018-08-22T00:24:02.000+0000 |
Description
Description
When enabling transpilation the build fails with the below error ENOENT: no such file or directory, mkdir' C:\Users\awam\.titanium\vsbuild\ticreateapp\bin\assets\Resources\node_modules'
, I believe this is because it's trying to copy to the wrong place.
Steps to reproduce
Enable transpilation in the tiapp.xml <transpile>true</transpile>
Build the project
Actual
Above error thrown
Expected
No error
Comments
JSON Source
PR: https://github.com/appcelerator/titanium_mobile_windows/pull/1263
*Closing ticket.* The fix is present in SDK: {noformat} 7.4.0.v20180718223310 {noformat} *ENV* {noformat} Noka lumia 550 (Win 10) Ws-emulator Windows 10 Pro: 1803 Appc NPM: 4.2.13 Appc CLI: 7.0.4 Ti CLI Ver: 5.1.1 Node Ver: 8.9.1 NPM Ver: 6.1.0 {noformat}
Reopening this, just to update fixVersion.