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

后端 未结 25 2742
轻奢々
轻奢々 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:23

    In my case removing node, delete all AppData/Roaming/npm and AppData/Roaming/npm-cache and installing node once again solve the issue.

提交回复
热议问题