我正在尝试为 Windows 构建默认的简单 CrossWalk 应用程序(与https://crosswalk-project.org/documentation/windows/build_an_application.html相同),但出现此错误:
c:\TAVOLI>crosswalk-pkg --platforms=windows xwalk-simple
Packaging c:\TAVOLI\xwalk-simple
Checking host setup
+ Checking host setup for target windows
+ Checking for candle... ...ram Files (x86)\WiX Toolset v3.10\bin\candle.exe
+ Checking for light... ...ogram Files (x86)\WiX Toolset v3.10\bin\light.exe
Initializing build dir C:\Users\GIANCA~1\AppData\Local\Temp\AFEhAH
+ Copying app template from ...node_modules\crosswalk-app-tools\app-template
+ Loading 'windows' platform backend
+ Defaulting to download channel stable
+ Looking for latest version in crosswalk/stable
+ Fetching 'stable' versions index [##########]
+ Found version '19.49.514.4' in channel 'stable'
+ Downloading 'stable' 19.49.514.4 [##########]
+ Project template created at...ocal\Temp\AFEhAH\com.app.simple\prj\windows
Importing web application
+ Source c:\TAVOLI\xwalk-simple
+ Destination C:\Users\GIANCA~1\AppData\Local\Temp\AFEhAH\com.app.simple\app
Building packages armeabi-v7a,x86
+ Loading 'windows' platform backend
+ Running 'candle -v C:\Users\GIANCA~1\AppData\Local\Temp\AFEhAH\com.app.simple\com.app.simple-0.1.0.0.wxs'
+ Running 'light -v "com.app.simple-0.1.0.0".wixobj'
*** ERROR: Unhandled error 103
+ Building package [error...]
*** ERROR: Building com.app.simple failed
+ Logfiles at C:\Users\GIANCA~1\AppData\Local\Temp\crosswalk-app-tools-com.app.simple
C:\Users\GIANCARLO\AppData\Roaming\npm\node_modules\crosswalk-app-tools\src\crosswalk-pkg:572
throw new Error("Packaging failed");
^
Error: Packaging failed
at callback (C:\Users\GIANCARLO\AppData\Roaming\npm\node_modules\crosswalk-app-tools\src\crosswalk-pkg:572:27)
at Main.<anonymous> (C:\Users\GIANCARLO\AppData\Roaming\npm\node_modules\crosswalk-app-tools\src\Main.js:314:13)
at PlatformBase.<anonymous> (C:\Users\GIANCARLO\AppData\Roaming\npm\node_modules\crosswalk-app-tools\windows\lib\WinPlatform.js:288:13)
at C:\Users\GIANCARLO\AppData\Roaming\npm\node_modules\crosswalk-app-tools\windows\lib\WixSDK.js:382:9
at WixSDK.<anonymous> (C:\Users\GIANCARLO\AppData\Roaming\npm\node_modules\crosswalk-app-tools\windows\lib\WixSDK.js:431:9)
at emitTwo (events.js:87:13)
at ChildProcess.emit (events.js:172:7)
at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12)`
你能帮助我吗?