How do I debug “Error: spawn ENOENT” on node.js?
NOTE: This error is almost always caused because the command does not exist, because the working directory does not exist, or from a windows-only bug. I found a particular easy way to get the idea of the root cause of: The problem of this error is, there is really little information in the error message … Read more