- Transpile the CoffeeScript code into Javascript.
-
Start creating a Node.js run configuration with the following mandatory settings:
- The Node.js engine to use. By default, the field shows the path to the interpreter specified on the Node.js page during Node.js configuration.
- In the Working directory field, specify the location of the files referenced from the starting CoffeeScript file to run, for example, includes. If this file does not reference any other files, just leave the field empty.
- In the Path to Node App JS File text box, specify the full path to the JavaScript file that was generated from the original CoffeeScript file during the transpilation.
-
Save the configuration and click
on the toolbar.
- Proceed as while running a Node.js application.
-
Start creating a Node.js run configuration with the following mandatory settings:
-
The Node.js engine to use. By default, the field shows the path to the interpreter specified on the Node.js page during Node.js configuration.
Note
For Unix and MAC OS, this setting is overridden by the Node.js from the path to the CoffeeScript transpiler executable file.
- In the Working directory field, specify the location of the files referenced from the starting CoffeeScript file to run, for example, includes. If this file does not reference any other files, just leave the field empty.
- In the Path to Node App JS File text box, specify the full path to the CoffeeScript file to run.
-
Select the Run with CoffeeScript plugin check box and specify the location of the CoffeeScript transpiler executable file to use.
Note
This file is normally located under the Node.js. For Unix and MAC OS, this setting overrides the Path to Node.
-
The Node.js engine to use. By default, the field shows the path to the interpreter specified on the Node.js page during Node.js configuration.
-
Save the configuration and click
on the toolbar.
- Proceed as while running a Node.js application.

