Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
coleander opened this issue Sep 8, 2017 · 1 comment
Open

Comments

@coleander
Copy link

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)
@salvatoretrimarchi
Copy link

You need to install wixl
apt-get install wixl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants