I used the command ctmlc testing.ctml, and got an error:
events.js:72
throw er; // Unhandled 'error' event
^
Error: spawn ENOENT
at errnoException (child_process.js:1001:11)
at Process.ChildProcess._handle.onexit (child_process.js:792:34)
The content of testing.html is
-html
-head
-title
Title!
-
-script [src="test.js"]
-
-
-body
This is some text
-
-