0

バンドル項目に応じて、失敗した Textmate2 バンドルの正確なエラーが変わる可能性がありますが、これは、以前の初期の Textmate2 で「コメント行/選択」に対して取得していたエラーです。

Comment Line / Selection:16:in 'require': no such file to load -- /lib/escape (LoadError) from Comment Line / Selection:16

バンドルを修正するにはどうすればよいですか?

4

1 に答える 1

1

最初にこれを試してください:

Delete this file: ~/Library/Caches/com.macromates.TextMate/BundlesIndex.plist

Then relaunch TextMate.

This is a problem with the cache not properly updating when bundles 
are changed on disk (as they would have been recently, as a lot of 
bundles got updated) — so far though I only know it happens, not why it happens…'

出典:Textmateのメーリングリスト

それがうまくいかない場合は、これを試してください:

Textmate -> Preferences -> Bundles and uninstall and reinstall "Bundle Support"
then quit and relaunch Textmate.
于 2013-07-31T12:26:19.723 に答える