RichardFoss

Results 11 issues of RichardFoss

I have been using this package very successfully for a few years, thank you! Recently I updated to node v 18.10.0 and nw v0.69.1. When I rebuild: nw-gyp rebuild --target=0.69.1...

When using Electron Forge and trying to package with webpack, I get the message: Error: Cannot find module './XMLProcessingInstruction' when using xml2js Any ideas how I can resolve this error?

Thanks for this great package! I have been using it on the Mac to play multi-channel wav files, and it has worked perfectly. However, under Windows using the same code...

Thank you for this capability! I'm trying to pick up a service on an audio interface box that publishes. I have a wired connection to the box. I'm using a...

Hi, I have created a server application, that uses bonjour.publish(ops). I build the application with the help of webpack. The application runs fine, but I get this error message logged...

I can't resolve this issue on Windows. My code works fine on my Macbook. The error appears when the require is executed: mdns = require('mdns'); I have the Bonjour SDK...

I am attempting to package a project that I have previously successfully packaged. However I am now using a later version of nw.js (0.23.5). At the point where there is...

I have built an x64 Setup file using the sdk nwFlavor. Within the index.html, I had the following require: var bufferEqual = require('buffer-equal'); The buffer-equal module is one of the...

bug

I got the error output shown below when I tried to build the npm cap module (Mac). I see that I do have the makefile. Is it correct that If...

I have been trying to play an mp3 under nw.js (26.2) in Windows, and haven't had any success. I rebuilt (node-gyp) the speaker module, giving it the correct nw.js version,...