'Error: Cannot find module './models/userSchema'

getting error, here is the image of my folder path: enter image description here

enter image description here

pls help



Solution 1:[1]

Your got '../models/userSchema' while they are in the same folder try './models/userSchema'

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 dot