NODEJS运行Vue报错 Unhandled 'error' event ,Error: spawn cmd ENOENT

329 阅读1分钟

参考:www.zxxyer.com/2021/06/03/…

启动项目报如下错误:

image.png

解决方案如下:

1、在系统变量的 path 中添加

C:\windows\system32

2、重启或注销电脑后就可以了