【发布时间】:2023-02-05 15:59:00
【问题描述】:
Visual Studio Code 无法识别 touch index.html 命令。它曾经有效。现在我得到这个错误:
PS C:\Users\kimim_000\mynewprofile> touch index.html
touch : 术语“touch”未被识别为 cmdlet、函数、脚本文件或可运行程序的名称。检查
名称的拼写,或者如果包含路径,请验证路径是否正确,然后重试。
在行:1 字符:1
- 触摸 index.html
-
+ CategoryInfo : ObjectNotFound: (touch:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
【问题讨论】: