我正在努力在 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]
我不知道为什么会发生此错误,并在网上搜索了解释。
任何帮助都感激不尽!
提前致谢!