我正在尝试为 TextMate2 安装 Cucumber 包。我按照官方页面https://github.com/cucumber/cucumber-tmbundle的以下说明进行操作:
mkdir -p ~/Library/Application\ Support/TextMate/Bundles/
cd ~/Library/Application\ Support/TextMate/Bundles
git clone git://github.com/cucumber/cucumber-tmbundle.git Cucumber.tmbundle
osascript -e 'tell app "TextMate" to reload bundles'
运行第 4 行: osascript -e 'tell app "TextMate" to reload bundles' 后,我收到以下错误:
23:37: syntax error: A identifier can’t go after this identifier. (-2740)
任何帮助将不胜感激。