我如何需要CoffeeScript文件?

时间:2014-04-29 08:02:52

标签: javascript node.js coffeescript

我正在尝试将此tutorial用于CoffeScript。

我打开终端,导航到simpleMath.coffee所在的目录并运行node并尝试var SimpleMath = require('./simpleMath');,这会导致以下错误:

Error: Cannot find module 'simpleMath'
    at Function.Module._resolveFilename (module.js:338:15)
    at Function.Module._load (module.js:280:25)
    at Module.require (module.js:364:17)
    at require (module.js:380:17)
    at repl:1:18
    at REPLServer.self.eval (repl.js:110:21)
    at repl.js:249:20
    at REPLServer.self.eval (repl.js:122:7)
    at Interface.<anonymous> (repl.js:239:12)
    at Interface.EventEmitter.emit (events.js:95:17)

我也试过simpleMath,没有./

1 个答案:

答案 0 :(得分:0)

您需要先将咖啡编成js。请参阅https://github.com/oklai/koala它在GUI中捕获并编译文件 - 并在失败时发送通知。真的很好。