MSBuild failed to create .xap when building cordova-wp8 for debugging

前端 未结 4 1636
忘掉有多难
忘掉有多难 2021-01-25 02:50

I\'m building a cordova application and trying to run \"cordova build wp8\" in the cmd prompt, but this seems to be erroring out:

Your environment has been set u         


        
4条回答
  •  梦毁少年i
    2021-01-25 03:33

    Mine is doing the same thing but giving these lines:

    at ChildProcess.EventEmitter.emit (events.js:98:17)
    at maybeClose (child_process.js:735:16)
    at Socket. (child_process.js:948:11)
    at Socket.EventEmitter.emit (events.js:95:17)
    at Pipe.close (net.js:466:12)
    

    I'm not sure why. Another app is building --release just fine.

提交回复
热议问题