If you’re new to Node, as I am, there’s a ton to learn. If you’re also new to Mac, there’s a bunch more to learn, and usually by cattle prod.
Today’s learning, so far, is that when you name your Express app, don’t use an underscore like Your_App, because Node (or express) chokes on it and can’t find it.
Removing the underscore eliminates the issue.