i have a rather simple problem with running coffescript file which uses node js. After compiling this peace of code I can run it with node command, but when I use coffee command with original source require function returns undefined object
require('util').print 'abc'