Following getting start with Express

I’m getting error on episode “2.4 router object” output error: Cannot find module ‘/api1’

Maybe you could paste in the bit of code that is giving you trouble?

It’s hard to say without some more context, but I think that you have a line require("/api1") that should be, perhaps, require("./api1").