Replies: 10 comments 25 replies
-
Does the command |
Beta Was this translation helpful? Give feedback.
-
any updates on this? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Push, have the same problem |
Beta Was this translation helpful? Give feedback.
-
i got a similar problem, any updates? |
Beta Was this translation helpful? Give feedback.
-
I had the same issue but, after 3 hours, found out that the casing between my import and my file name was not the same:
Locally, on my macbook, there was no issue because on Mac OS, the file system is case insensitive. But on linux (used by Github Actions or Docker), the file system is case sensitive. The solution:
I hope this helps someone to not lose 3 hours for this, just like I did 🙃 |
Beta Was this translation helpful? Give feedback.
-
a folder in the import path was in lower case, for example: |
Beta Was this translation helpful? Give feedback.
-
I m with the same problem, but nothing is working. I m using Vercel to deploy and the logs show that the import failed even though i delete the import. |
Beta Was this translation helpful? Give feedback.
-
In my situation the casing of files in the github repo got desynced with my IDE, so my imports did not resolve. git config core.ignorecase false |
Beta Was this translation helpful? Give feedback.
-
Similar kind of issue but in my case the css file is imported correctly and no error is shown but when i open the project form vercel the css only works for the main component (app.js) and not for the inner components which i exported from another folder. Same thing works fine on my local system. I would appreciate any help on this. Below is the error I am experiencing. |
Beta Was this translation helpful? Give feedback.
-
I'm getting the above error that says it can not resolve my CSS files in my react Typecript file. The project works fine local, but breaks when I try build and deploy through Github. I would appreciate any help on this. Below is the error I am experiencing.
Beta Was this translation helpful? Give feedback.
All reactions