electron-userland / electron-windows-store

:package: Turn Electron Apps into Windows AppX Packages
MIT License
677 stars 86 forks source link

events.js:141: Unhandled 'error' event #27

Closed benoror closed 8 years ago

benoror commented 8 years ago

Hi @felixrieseberg ,

I get the following error while generating the appx, any idea?

Thanks in advance!

flatten node_modules complete
Starting Conversion...
Cleaning output folder...
Copying data...
Creating manifest..
events.js:141
      throw er; // Unhandled 'error' event
      ^

Error: spawn C:\Program Files (x86)\Windows Kits\10\bin\x64\makeappx.exe ENOENT
    at exports._errnoException (util.js:870:11)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:178:32)
    at onErrorNT (internal/child_process.js:344:16)
    at nextTickCallbackWith2Args (node.js:442:9)
    at process._tickCallback (node.js:356:17)

capture

benoror commented 8 years ago

nvm, I needed to re-install Windows 10 SDK

Cheers!

black-snow commented 7 years ago

Receiving the same error (but on line 160) with the newest SDK ...