【发布时间】:2013-07-12 15:10:41
【问题描述】:
我正在努力在 Sublime Text 2 中成功构建 HTML 构建系统。我正在运行 Windows 7。 这是我的构建系统的代码:
{
"cmd": ["open", "-a", "Google Chrome", "$file"]
}
这是我在尝试构建 html 文件时收到的错误:
[WinError 2] The system cannot find the file specified
[cmd: ['open', '-a', 'Google Chrome', 'C:\\Users\\Soham\\Desktop\\hello.html']]
[dir: C:\Users\Soham\Desktop]
[path: C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem]
[Finished]
我不知道为什么会出现这个错误,并在网上搜索了解释。
任何帮助将不胜感激!
提前致谢!
【问题讨论】: