几个星期前我安装了jslint,使用了软件包安装程序,从来没有让它正常工作。无论扩展名(.php,.css,.html等)保存文件时,我都会收到此错误
[Error 2] The system cannot find the file specified
[cmd: [u'node', u'C:\\Users\\username\\AppData\\Roaming\\Sublime Text 2\\Packages/JSLint/linter.js', u'--sloppy', u'--indent', u'2', u'--node', u'--nomen', u'--vars', u'--plusplus', u'--stupid', u'--todo', u'C:\\wamp\\www\\child-themes\\wp-content\\themes\\genesischild\\style.css']]
[dir: C:\wamp\www\child-themes\wp-content\themes\genesischild]
[path: C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Ruby200-x64\bin]
[Finished]
我决定删除它,但每次重新启动sublime时它都会重新出现。我在过去的几周内删除了20多次,并且不断重新安装。有什么方法可以从崇高的文本2中完全删除jslint吗?
答案 0 :(得分:4)
您必须将其从包控件中删除。要执行此操作,请转到包裹控件设置Preferences -> Package Settings -> Package Control -> Settings - User
并将其从installed_packages
列表中删除。您还可以在命令面板中搜索Package Control: Remove Package
。如果软件包不在您的计算机上,则Package Control将在已安装的列表中安装任何软件包。从机器移动到机器时,这很好。