我在安装一些软件包后尝试在sublime text 2中保存文件时出现此错误:
[Error 2] The system cannot find the file specified
[cmd: [u'node', u'C:\\Users\\johndoe\\AppData\\Roaming\\Sublime Text 2\\Packages/JSLint/linter.js', u'--predef', u"['angular', 'document', '$', '_', 'JQuery', 'FB']", u'--sloppy', u'--indent', u'2', u'--node', u'--nomen', u'--vars', u'--plusplus', u'--stupid', u'--todo', u'V:\\editFormDisableColumns.js']]
[dir: V:\]
[path: C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files\Microsoft\Web Platform Installer\;C:\Program Files (x86)\Microsoft ASP.NET\ASP.NET Web Pages\v1.0\;C:\Program Files (x86)\Windows Kits\8.0\Windows Performance Toolkit\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\]
[Finished]
答案 0 :(得分:0)
如果您查看README for JSLint,则会注意到它需要安装Node.js并且在PATH中(默认情况下,Windows安装程序中会启用此选项)。完成后,重新启动Sublime,你应该全部设置。
更大一点,SublimeLinter包含内置的jslint
,因此这两个包基本上是多余的。访问Package Control website,查看各种套餐,阅读所有相关内容,以免最终出现裁员或冲突。