2013-05-06 150 views
1

幾周前我安裝了jslint,使用了包安裝程序,並且從未正確工作。當保存一個文件下來,無論擴展名(.php,的.css或.html等),我得到這個錯誤不能從崇高文本中刪除jslint 2

[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] 

我決定將其刪除,但每次我重新啓動崇高重新出現。過去幾周我已經刪除了20多次,並且不斷重新安裝。任何方式從崇高的文字2完全刪除jslint?

回答

4

你必須從包控件中刪除它。要做到這一點,要麼去你的包控制設置Preferences -> Package Settings -> Package Control -> Settings - User並從installed_packages列表中刪除它。您還可以搜索命令調板Package Control: Remove Package。如果軟件包不在您的計算機上,程序包控制會自動安裝已安裝列表中的任何軟件包。從機器移動到機器時,這很好。

+0

非常感謝!我使用'Package Control:Remove Package'去除它,這隻需要幾秒鐘。我重新啓動了崇高的文字,並沒有顯示。再次感謝。 – 2013-05-06 23:32:13