So in my case while trying to run the example it gave me this error:
Error: 'powershell' is not recognized as an internal or external command
In order to fix it, I went to the "win32.js" at "say/platform/win32.js" and changed the "COMMAND" constant from 'powershell' to 'start /b powershell'
That fixed the issue.