Eric

Results 8 comments of Eric

@veadantatwork, you may want to check that electron (and node) are installed in the Windows environment, rather than the Linux Subsystem for Windows. If you can launch a command prompt...

@gregmax17, just seeing this now, but that behavior, with no error message, is likely caused by a broken `electron` installation - just saw this recently on a computer where permissions...

@ishoax, Could you provide details about what platform you're running on - OS X/Windows version? Also, are you using a node version manager? (could it be the same as this...

Assuming you're not seeing Electron launch (and/or hang), and also not seeing any error message, we recently saw an issue like this where `/usr/local/bin/electron` existed, but it was not an...

Glad you got this sorted out. For reference of anyone else who runs into this issue, commonly caused by NVM or other node version managers, as well as by Node...

Had this problem on OSX 10.8.4 and Desktop Chrome Beta 29. Resolved by updating to the latest version of mobile Chrome on the Android device (Nexus 10)

I'm seeing this same issue, though my repro steps are slightly simpler 1. call `pauseAll()` 2. call `stop()` on a specific sound instance 3. call `resumeAll()` I believe what's happening...

I'm having some issues creating a fork right now, but this snippet seems to have fixed this issue in sound v4 in my project: ``` import { webaudio } from...