I have followed all of the steps up to and includng npm install connect, and it appears there ar no issues, however when I get to the step:
node connectserver.
js (copied the code from the server and place in my usr/tmp folder) I get the following errors:
module.
js:337
throw new Error("Cannot find module '" + request + "'");
Error: Cannot find module 'connect'
followed by a few more descriptors of the error. Does anyone know where I may have taken a wrong turn or why these appearingly simple instructions do not work?