When i run below the code i get an error.
var play = require('play');
// play with a callback
play.sound('./wavs/sfx/intro.wav', function(){ });
info - socket.io started
playing=>./wavs/sfx/intro.wav
events.js:72
throw er; // Unhandled 'error' event
^
Error: spawn ENOENT
at errnoException (child_process.js:975:11)
at Process.ChildProcess._handle.onexit (child_process.js:766:34)