javascript node.js require file: cannot find module

i have on the same path the file journal.js . When i start node and

require('journal.js'); 

i get:

Error: Cannot find module 'journal.js'

What i'm doing wrong?