【发布时间】:2021-04-09 14:02:46
【问题描述】:
我有这个输出:
制作:
“make”一词未被识别为 cmdlet、函数、脚本文件或可运行程序的名称。检查名称的拼写,如果包含路径,请验证路径是否正确,然后重试。
At line:1 char:1
+ make --directory=".output\"
+ ~~~~
+ CategoryInfo : ObjectNotFound: (make:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
【问题讨论】:
-
您没有安装合适的
make命令,您不清楚其中的哪一部分? -
@SamVarshavchik 另一种可能是它不在 $path 中。