| Before the first launch of CoffeeScript file via Node.js please take the following steps |
Install NodeJS plugin

Install Node.js
Install CoffeeScript
- Windows: download from http://github.com/jashkenas/coffee-script/tarball/master
- Mac or Linux: use Node Package Manager (leave off the -g if you don't wish to install globally)
npm install -g coffee-script
Set the paths to Node.js and CoffeeScript for the default Run/Debug configuration

For example:
- Windows: "C:\Program Files (x86)\nodejs\node.exe" and "C:\Program Files (x86)\coffeescript\bin\coffee"
- Mac or Linux: "/usr/local/bin/node" and "/usr/local/bin/coffee"
Labels:
None