python - Lightning Server Won't Run -


installed lightning via:

npm install -g lightning-server 

tried start server via:

lightning-server 

caught following error:

events.js:160   throw er; // unhandled 'error' event   ^  error: spawn c:\program enoent @ exports._errnoexception (util.js:1018:11) @ process.childprocess._handle.onexit (internal/child_process.js:193:32) @ onerrornt (internal/child_process.js:367:16) @ _combinedtickcallback (internal/process/next_tick.js:80:11) @ process._tickcallback (internal/process/next_tick.js:104:9) @ module.runmain (module.js:606:11) @ run (bootstrap_node.js:389:7) @ startup (bootstrap_node.js:149:9) @ bootstrap_node.js:504:3 

what's deal?

using: windows 10 pro, node v6.11.1


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -