You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a node.js command prompt run... npm install nodemon --global
Then to run the application, and watch what comes back through the log, run... nodemon
Nodemon will show the log of chat events and will tell you if you succesfully logged in.