Sublime Text编译CoffeeScript出错解决方案

今天尝试用Sublime Text编译CoffeeScript 先安装了CoffeeScript的插件, 然后编译器中多了一项CoffeeScript, 但是尝试编译却提示出错, 然后上网寻找解决方法无解…于是就自己尝试去改了下SublimeText的build命令, 结果成功了

出错信息如下:/usr/local/lib/node_modules/coffee-script/lib/coffee-script/cake.js:111throw new Error(“Cakefile not found in ” + (process.cwd()));^Error: Cakefile not found in /home/bill/Desktop at cakefileDirectory (/usr/local/lib/node_modules/coffee-script/lib/coffee-script/cake.js:111:11) at cakefileDirectory (/usr/local/lib/node_modules/coffee-script/lib/coffee-script/cake.js:109:14) at cakefileDirectory (/usr/local/lib/node_modules/coffee-script/lib/coffee-script/cake.js:109:14) at cakefileDirectory (/usr/local/lib/node_modules/coffee-script/lib/coffee-script/cake.js:109:14) at Object.exports.run (/usr/local/lib/node_modules/coffee-script/lib/coffee-script/cake.js:51:19) at Object.<anonymous> (/usr/local/lib/node_modules/coffee-script/bin/cake:7:38) at Module._compile (module.js:456:26) at Object.Module._extensions..js (module.js:474:10) at Module.load (module.js:356:32) at Function.Module._load (module.js:312:12) at Function.Module.runMain (module.js:497:10) at startup (node.js:119:16) at node.js:929:3[Finished code 8]解决方法:

打开CoffeeScript插件的位置(我的是”/usr/share/sublime-text/Data/Packages/CoffeeScript”)中的CoffeeScript.sublime-build文件, 将内容修改为{ “cmd”: [“coffee”, “$file”], “selector”: “source.coffee” } 然后就可以用Sublime Text编译Coffee文件了

,记忆的屏障,曾经心动的声音已渐渐远去。

Sublime Text编译CoffeeScript出错解决方案

相关文章:

你感兴趣的文章:

标签云: