Module not found, Folder does exist
So I am trying to import a file and it is telling me the fodler doesnt exist.
Solution:Jump to solution
please make sure your folder and filename casing is the same both locally and on github
11 Replies
Project ID:
434873ef-34b4-45f4-887e-a5819527c100
434873ef-34b4-45f4-887e-a5819527c100
there is my file setup
it runs on my pc just not railway
Solution
please make sure your folder and filename casing is the same both locally and on github
omg im slow
thakn you
i just found it it changed something to lowercase
git doesnt track file/folder casing by default
Are you able to direct me on how to make it, or should i just google that?
Just found it
THank you
You may close this
never done it myself, would have asked you to google it
git config core.ignorecase false
I just had run this commandah cool, thats easy