DEV Community

Discussion on: MERN STACK.... costs

 
yobretyo profile image
Bret

I’ve been using atlas, at least on one computer when I run “nodeman server.JS” it works.... the other it dosnt

Thread Thread
 
bradtaniguchi profile image
Brad

Could be a multitude of things, depends on how it doesn't work though.

  1. Your environment variable(s) isn't the same between the 2 computers, where an environment variable(s) to connect to the database are wrong
  2. Your missing dependencies
  3. Your code is actually different (check with git)
  4. Network error(s)
Thread Thread
 
yobretyo profile image
Bret

Could it be different if I’m using “const” vs “import” on one computer?