You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
Running the cli to generate and msi package, i recieve:
The text was updated successfully, but these errors were encountered: