Guest User

Untitled

a guest
Dec 17th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. const say = require('say')
  2. say.speak('Hello!')
  3. say.stop()
  4.  
  5. internal/process.js:167
  6. throw new TypeError('invalid pid');
  7. ^
  8.  
  9. TypeError: invalid pid
  10. at process.kill (internal/process.js:167:13)
  11. at SayPlatformLinux.runStopCommand (/root/node_modules/say/platform/linux.js:41:13)
  12. at SayPlatformLinux.stop (/root/node_modules/say/platform/base.js:139:10)
  13. at Object.<anonymous> (/root/NodeJs/speech.js:7:5)
  14. at Module._compile (module.js:652:30)
  15. at Object.Module._extensions..js (module.js:663:10)
  16. at Module.load (module.js:565:32)
  17. at tryModuleLoad (module.js:505:12)
  18. at Function.Module._load (module.js:497:3)
  19. at Function.Module.runMain (module.js:693:10)
Add Comment
Please, Sign In to add comment