-2

i have nodejs project work well in local but when upload it on Vps i find this errors enter image description here

Wbh52
  • 9
  • 6

1 Answers1

0

The cause of the error is stated right there in the console. Cannot find module ../modules/user. You are referencing a file that does not exist. The file may exist in your local environment but does not exist in your vps or does not exist in the same directory as referenced.

KingJulian
  • 45
  • 1
  • 9