adriancooney / node-sfx

Add some sound effects to your node programs.
70 stars 10 forks source link

macOS Sierra: "say" not working for me? #5

Open mhulse opened 7 years ago

mhulse commented 7 years ago

For some reason I can't the following to work via a command line node app:

sfx.say("The skeleton ran out of shampoo in the shower.", "random");

Should this work out of box?

npm v3.10.8 node v6.8.1

Thanks!