【发布时间】:2022-12-15 18:48:19
【问题描述】:
我试图为 powershell 添加系统变量路径,但它是一样的。我认为它的错误与 powershell 有关但不确定
启动开发服务器...节点:
这个。事件:491
扔呃; // 未处理的“错误”事件 ^ 错误:生成 /mnt/c/Windows/System32/WindowsPowerShell/v1.0/powershell.exe 在 ChildProcess._handle.onexit (n
Starting the development server...
node:events:491
throw er; // Unhandled 'error' event
^
Error: spawn /mnt/c/Windows/System32/WindowsPowerShell/v1.0/powershell.exe ENOENT
at ChildProcess._handle.onexit (node:internal/child_process:285:19)
at onErrorNT (node:internal/child_process:483:16)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
【问题讨论】: