node-spotify-webhelper
node-spotify-webhelper copied to clipboard
Problem getting started
I tried running the example given, and ended up with this:
{ err: { [Error: Command failed: C:\Windows\system32\cmd.exe /s /c "wmic process list /format:csv" Invalid XSL format (or) file name. ] killed: false, code: 44210, signal: null, cmd: 'C:\\Windows\\system32\\cmd.exe /s /c "wmic process list /format:csv"' }, msg: 'unable to enumerate processes' }
Any advice?
Thanks in advance :)
Having the same issue as well. Running the command directly on cmd on Windows 7 throws that error however on Windows 10 it works fine. Removing /format:csv works fine however it does not get formatted.
Just found this: https://stackoverflow.com/questions/9673057/wmic-error-invalid-xsl-format-in-windows7
Hope that helps after a year and a half :)