这是我运行我的js代码的方式:
node --harmony ./data/app.js
现在我想转向 CoffeeScript。所以我尝试这样运行它:
coffee ./data/app.coffee
它失败了。我怎样才能通过这个--harmony
选项?
这是我运行我的js代码的方式:
node --harmony ./data/app.js
现在我想转向 CoffeeScript。所以我尝试这样运行它:
coffee ./data/app.coffee
它失败了。我怎样才能通过这个--harmony
选项?