msi-packager icon indicating copy to clipboard operation
msi-packager copied to clipboard

CLI Error(Seems like the code is not working with latest node)

Open coleander opened this issue 7 years ago • 1 comments

Running the cli to generate and msi package, i recieve:

(node:26611) DeprecationWarning: Calling an asynchronous function without callback is deprecated.
/usr/lib/node_modules/msi-packager/cli.js:73
  if (err) throw err
           ^

Error: spawn wixl ENOENT
    at exports._errnoException (util.js:1050:11)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:193:32)
    at onErrorNT (internal/child_process.js:367:16)
    at _combinedTickCallback (internal/process/next_tick.js:80:11)
    at process._tickCallback (internal/process/next_tick.js:104:9)

coleander avatar Sep 08 '17 12:09 coleander

You need to install wixl apt-get install wixl

salvatoretrimarchi avatar Apr 20 '18 17:04 salvatoretrimarchi