How do I debug “Error: spawn ENOENT” on node.js?

后端 未结 25 2627
轻奢々
轻奢々 2020-11-22 03:00

When I get the following error:

events.js:72
        throw er; // Unhandled \'error\' event
              ^
Error: spawn ENOENT
    at errnoException (chil         


        
相关标签:
25条回答
  • 2020-11-22 03:46

    Ensure module to be executed is installed or full path to command if it's not a node module

    0 讨论(0)
提交回复
热议问题