Node.js ReferenceError...exports, require, module

Is here any javascript king who could help me with this?

I have installed all components for using node.js. I'm working with MapBox also using TileMill2 which was built by node.js.

During installation TM2 wasn't a problem. I have downloaded all files..then npm install OK and node index.js works. Localhost was created and TM2 works.

Now i'm trying to do the same with mapbox.js i have again downloaded all files then npm install OK but i have problem with starting it..node index.js doesn't work.

I always get problem message, check it in an example picture here http://i.imgur.com/Z3obUsv.png .

Any ideas what should i do?..To be honest i'm beginner in javascript.

Thanks to all.