i have nodejs project work well in local but when upload it on Vps i find this errors
Asked
Active
Viewed 400 times
1 Answers
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
-
i rename the file – Wbh52 Aug 01 '21 at 02:10